use 1.17.0 release of openwhisk-runtime-go (#98)
diff --git a/core/python3ActionLoop/Dockerfile b/core/python3ActionLoop/Dockerfile index 5edc5d3..5e882b2 100644 --- a/core/python3ActionLoop/Dockerfile +++ b/core/python3ActionLoop/Dockerfile
@@ -25,7 +25,7 @@ # 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/python3AiActionLoop/Dockerfile b/core/python3AiActionLoop/Dockerfile index 114c145..b94237c 100644 --- a/core/python3AiActionLoop/Dockerfile +++ b/core/python3AiActionLoop/Dockerfile
@@ -26,7 +26,7 @@ # 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 -\