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


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

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

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

diff --git a/core/java8actionloop/CHANGELOG.md 
b/core/java8actionloop/CHANGELOG.md
index 08fef02..7d57cba 100644
--- a/core/java8actionloop/CHANGELOG.md
+++ b/core/java8actionloop/CHANGELOG.md
@@ -21,7 +21,7 @@
 # next release
  - use `ibm-semeru-runtimes:open-8u362-b09-jdk-focal` as baseimage
  - update gson version to 2.9.0
- - update Proxy to 1.20 and release 1.21.0
+ - update Proxy to 1.20 and release 1.22.0
 # 1.19.0
  - Use adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u332-b09_openj9-0.32.0
 
diff --git a/core/java8actionloop/Dockerfile b/core/java8actionloop/Dockerfile
index 0a9e0f8..32a868a 100644
--- a/core/java8actionloop/Dockerfile
+++ b/core/java8actionloop/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