Skip to content

Commit 60a6022

Browse files
authored
build actionloop from [email protected] (#148)
1 parent 493656d commit 60a6022

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/swift51Action/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.16 AS builder_release
29-
ARG GO_PROXY_RELEASE_VERSION=1.16@1.18.0
29+
ARG GO_PROXY_RELEASE_VERSION=1.16@1.19.0
3030
RUN curl -sL \
3131
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
3232
| tar xzf -\

core/swift53Action/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.16 AS builder_release
29-
ARG GO_PROXY_RELEASE_VERSION=1.16@1.18.0
29+
ARG GO_PROXY_RELEASE_VERSION=1.16@1.19.0
3030
RUN curl -sL \
3131
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
3232
| tar xzf -\

core/swift54Action/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.16 AS builder_release
29-
ARG GO_PROXY_RELEASE_VERSION=1.16@1.18.0
29+
ARG GO_PROXY_RELEASE_VERSION=1.16@1.19.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)