Update Go Proxy to latest version based on go 1.20 (#142)
diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 8d6d353..e3c79a7 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md
@@ -19,7 +19,7 @@ # Python 3 OpenWhisk Runtime Container ## Next Release - - Golang Action loop updatetd to golang 1.18 + - Golang Action loop updatetd to golang 1.20 ## 1.17.0 - Build actionloop from 1.16@1.18.0 (#113)
diff --git a/core/python310Action/Dockerfile b/core/python310Action/Dockerfile index 762ea6d..7b52a10 100644 --- a/core/python310Action/Dockerfile +++ b/core/python310Action/Dockerfile
@@ -26,7 +26,7 @@ # or build it from a release FROM golang:1.20 AS builder_release -ARG GO_PROXY_RELEASE_VERSION=1.20@1.21.0 +ARG GO_PROXY_RELEASE_VERSION=1.20@1.22.0 RUN curl -sL \ https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\ | tar xzf -\
diff --git a/core/python311Action/Dockerfile b/core/python311Action/Dockerfile index 2709f31..09e14d7 100644 --- a/core/python311Action/Dockerfile +++ b/core/python311Action/Dockerfile
@@ -26,7 +26,7 @@ # or build it from a release FROM golang:1.20 AS builder_release -ARG GO_PROXY_RELEASE_VERSION=1.20@1.21.0 +ARG GO_PROXY_RELEASE_VERSION=1.20@1.22.0 RUN curl -sL \ https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\ | tar xzf -\
diff --git a/core/python39Action/Dockerfile b/core/python39Action/Dockerfile index b7cb3c0..98b7937 100644 --- a/core/python39Action/Dockerfile +++ b/core/python39Action/Dockerfile
@@ -26,7 +26,7 @@ # or build it from a release FROM golang:1.20 AS builder_release -ARG GO_PROXY_RELEASE_VERSION=1.20@1.21.0 +ARG GO_PROXY_RELEASE_VERSION=1.20@1.22.0 RUN curl -sL \ https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\ | tar xzf -\