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

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


The following commit(s) were added to refs/heads/master by this push:
     new 48b8a60  Update Go Proxy to latest version based on go 1.20 (#142)
48b8a60 is described below

commit 48b8a6038b6264a9804ff62ae4522e81d7927fb4
Author: Luke-Roy-IBM <[email protected]>
AuthorDate: Fri Apr 14 11:14:56 2023 +0200

    Update Go Proxy to latest version based on go 1.20 (#142)
---
 core/CHANGELOG.md               | 2 +-
 core/python310Action/Dockerfile | 2 +-
 core/python311Action/Dockerfile | 2 +-
 core/python39Action/Dockerfile  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

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 [email protected] (#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 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
 
 # or build it from a release
 FROM golang:1.20 AS builder_release
-ARG [email protected]
+ARG [email protected]
 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 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
 
 # or build it from a release
 FROM golang:1.20 AS builder_release
-ARG [email protected]
+ARG [email protected]
 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 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
 
 # or build it from a release
 FROM golang:1.20 AS builder_release
-ARG [email protected]
+ARG [email protected]
 RUN curl -sL \
   
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
   | tar xzf -\

Reply via email to