Skip to content

Commit

Permalink
Update Go Proxy to latest version based on go 1.20 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Roy-IBM authored Apr 14, 2023
1 parent aeb27c4 commit ec57711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/java8actionloop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion core/java8actionloop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 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 -\
Expand Down

0 comments on commit ec57711

Please sign in to comment.