Skip to content

Commit 9aa1fdb

Browse files
authored
Update Proxy to golang 1.20 (#150)
1 parent 08225b7 commit 9aa1fdb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

core/java8actionloop/CHANGELOG.md

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

core/java8actionloop/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
# build go proxy from source
19-
FROM golang:1.18 AS builder_source
19+
FROM golang:1.20 AS builder_source
2020
ARG GO_PROXY_GITHUB_USER=apache
2121
ARG GO_PROXY_GITHUB_BRANCH=master
2222
RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
2525
mv proxy /bin/proxy
2626

2727
# or build it from a release
28-
FROM golang:1.18 AS builder_release
29-
ARG GO_PROXY_RELEASE_VERSION=1.18@1.20.0
28+
FROM golang:1.20 AS builder_release
29+
ARG GO_PROXY_RELEASE_VERSION=1.20@1.21.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)