Skip to content

Commit ec57711

Browse files
authored
Update Go Proxy to latest version based on go 1.20 (#152)
1 parent aeb27c4 commit ec57711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/java8actionloop/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# next release
2222
- use `ibm-semeru-runtimes:open-8u362-b09-jdk-focal` as baseimage
2323
- update gson version to 2.9.0
24-
- update Proxy to 1.20 and release 1.21.0
24+
- update Proxy to 1.20 and release 1.22.0
2525
# 1.19.0
2626
- Use adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u332-b09_openj9-0.32.0
2727

core/java8actionloop/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
2626

2727
# or build it from a release
2828
FROM golang:1.20 AS builder_release
29-
ARG GO_PROXY_RELEASE_VERSION=1.20@1.21.0
29+
ARG GO_PROXY_RELEASE_VERSION=1.20@1.22.0
3030
RUN curl -sL \
3131
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
3232
| tar xzf -\

0 commit comments

Comments
 (0)