From commits-return-6458-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Tue Dec 18 04:12:14 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 74B85180652 for ; Tue, 18 Dec 2018 04:12:13 +0100 (CET) Received: (qmail 95424 invoked by uid 500); 18 Dec 2018 03:12:12 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 95415 invoked by uid 99); 18 Dec 2018 03:12:12 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2018 03:12:12 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id EFD3685286; Tue, 18 Dec 2018 03:12:11 +0000 (UTC) Date: Tue, 18 Dec 2018 03:12:11 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-runtime-go] branch master updated: bump Go to 1.11.4 (#68) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154510273193.27261.8365973266165166511@gitbox.apache.org> From: japetrsn@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-runtime-go X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a62a3d006e14f156173ff8b7aaa997553b7c7787 X-Git-Newrev: dbc0e34fad2c2f8018a8aad31d0291e122cd727e X-Git-Rev: dbc0e34fad2c2f8018a8aad31d0291e122cd727e X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. japetrsn pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-go.git The following commit(s) were added to refs/heads/master by this push: new dbc0e34 bump Go to 1.11.4 (#68) dbc0e34 is described below commit dbc0e34fad2c2f8018a8aad31d0291e122cd727e Author: Carlos Santana AuthorDate: Mon Dec 17 19:12:07 2018 -0800 bump Go to 1.11.4 (#68) --- golang1.11/CHANGELOG.md | 24 ++++++++++++++++++++++++ golang1.11/Dockerfile | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/golang1.11/CHANGELOG.md b/golang1.11/CHANGELOG.md new file mode 100644 index 0000000..c42a208 --- /dev/null +++ b/golang1.11/CHANGELOG.md @@ -0,0 +1,24 @@ + + +# Go 1.11 OpenWhisk Runtime Container + +## Apache 1.13.0-incubating (next release) +- Initial version +- Go 1.11.4 diff --git a/golang1.11/Dockerfile b/golang1.11/Dockerfile index 3a4bebb..05415dc 100644 --- a/golang1.11/Dockerfile +++ b/golang1.11/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.11.3 +FROM golang:1.11.4 RUN apt-get update && apt-get install -y \ curl \ jq \