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-swift.git

commit d9faa932e7eaeb21b6be227ac546415e05b1ee27
Author: David Grove <gro...@us.ibm.com>
AuthorDate: Fri Feb 12 13:19:12 2021 -0500

    use 1.17.0 release of openwhisk-runtime-go
---
 core/swift42Action/Dockerfile | 2 +-
 core/swift51Action/Dockerfile | 2 +-
 core/swift53Action/Dockerfile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/swift42Action/Dockerfile b/core/swift42Action/Dockerfile
index d58f619..a5ceace 100644
--- a/core/swift42Action/Dockerfile
+++ b/core/swift42Action/Dockerfile
@@ -21,7 +21,7 @@ RUN env CGO_ENABLED=0 go get 
github.com/apache/openwhisk-runtime-go/main && mv /
 
 # or build it from a release
 FROM golang:1.15 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.15@1.16.0
+ARG GO_PROXY_RELEASE_VERSION=1.15@1.17.0
 RUN curl -sL \
   
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
   | tar xzf -\
diff --git a/core/swift51Action/Dockerfile b/core/swift51Action/Dockerfile
index 65e2b1d..6326a57 100644
--- a/core/swift51Action/Dockerfile
+++ b/core/swift51Action/Dockerfile
@@ -21,7 +21,7 @@ RUN env CGO_ENABLED=0 go get 
github.com/apache/openwhisk-runtime-go/main && mv /
 
 # or build it from a release
 FROM golang:1.15 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.15@1.16.0
+ARG GO_PROXY_RELEASE_VERSION=1.15@1.17.0
 RUN curl -sL \
   
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
   | tar xzf -\
diff --git a/core/swift53Action/Dockerfile b/core/swift53Action/Dockerfile
index b7437d5..d12be77 100644
--- a/core/swift53Action/Dockerfile
+++ b/core/swift53Action/Dockerfile
@@ -21,7 +21,7 @@ RUN env CGO_ENABLED=0 go get 
github.com/apache/openwhisk-runtime-go/main && mv /
 
 # or build it from a release
 FROM golang:1.15 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.15@1.16.0
+ARG GO_PROXY_RELEASE_VERSION=1.15@1.17.0
 RUN curl -sL \
   
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
   | tar xzf -\

Reply via email to