Skip to content

Commit 48b8a60

Browse files
authored
Update Go Proxy to latest version based on go 1.20 (#142)
1 parent 4707653 commit 48b8a60

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Python 3 OpenWhisk Runtime Container
2121
## Next Release
22-
- Golang Action loop updatetd to golang 1.18
22+
- Golang Action loop updatetd to golang 1.20
2323

2424
## 1.17.0
2525
- Build actionloop from 1.16@1.18.0 (#113)

core/python310Action/Dockerfile

Lines changed: 1 addition & 1 deletion
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 -\

core/python311Action/Dockerfile

Lines changed: 1 addition & 1 deletion
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 -\

core/python39Action/Dockerfile

Lines changed: 1 addition & 1 deletion
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)