You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2021/07/27 14:01:45 UTC

[openwhisk-runtime-go] branch master updated: Update go 1.15 to go 1.15.14 to gather fixes (#151)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 839081e  Update go 1.15 to go 1.15.14 to gather fixes (#151)
839081e is described below

commit 839081e7ad95320d0c725f5cefa56123a74f86f1
Author: Martin Henke <ma...@web.de>
AuthorDate: Tue Jul 27 16:01:37 2021 +0200

    Update go 1.15 to go 1.15.14 to gather fixes (#151)
---
 .travis.yml           | 2 +-
 CHANGES.md            | 2 ++
 golang1.15/Dockerfile | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6e3f7ac..b0dd44d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@
 sudo: required
 language: go
 go:
-  - "1.15.13"
+  - "1.15.14"
 services:
   - docker
 
diff --git a/CHANGES.md b/CHANGES.md
index 8356b69..d620ce5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -16,6 +16,8 @@
 # limitations under the License.
 #
 -->
+# next release
+- go 1.15 runtime upgraded to 1.15.14
 
 # 1.17.1
 - support for zipping and unzipping symbolic links (required to support virtualenvs)
diff --git a/golang1.15/Dockerfile b/golang1.15/Dockerfile
index 66ad71c..be2a525 100644
--- a/golang1.15/Dockerfile
+++ b/golang1.15/Dockerfile
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-FROM golang:1.15.13
+FROM golang:1.15.14
 RUN echo "deb http://deb.debian.org/debian buster-backports main contrib non-free" \
      >>/etc/apt/sources.list &&\
     echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections &&\