You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2022/05/27 13:47:19 UTC

[openwhisk-runtime-swift] branch master updated: build actionloop from 1.16@1.19.0 (#148)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-swift.git


The following commit(s) were added to refs/heads/master by this push:
     new 60a6022  build actionloop from 1.16@1.19.0 (#148)
60a6022 is described below

commit 60a6022fdb8fa8fea42565a176bffce081d6fc3b
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri May 27 09:47:15 2022 -0400

    build actionloop from 1.16@1.19.0 (#148)
---
 core/swift51Action/Dockerfile | 2 +-
 core/swift53Action/Dockerfile | 2 +-
 core/swift54Action/Dockerfile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/swift51Action/Dockerfile b/core/swift51Action/Dockerfile
index 27f83d1..99c742c 100644
--- a/core/swift51Action/Dockerfile
+++ b/core/swift51Action/Dockerfile
@@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
 
 # or build it from a release
 FROM golang:1.16 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.16@1.18.0
+ARG GO_PROXY_RELEASE_VERSION=1.16@1.19.0
 RUN curl -sL \
   https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
   | tar xzf -\
diff --git a/core/swift53Action/Dockerfile b/core/swift53Action/Dockerfile
index 02e887f..9807280 100644
--- a/core/swift53Action/Dockerfile
+++ b/core/swift53Action/Dockerfile
@@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
 
 # or build it from a release
 FROM golang:1.16 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.16@1.18.0
+ARG GO_PROXY_RELEASE_VERSION=1.16@1.19.0
 RUN curl -sL \
   https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
   | tar xzf -\
diff --git a/core/swift54Action/Dockerfile b/core/swift54Action/Dockerfile
index c3f37bc..d330660 100644
--- a/core/swift54Action/Dockerfile
+++ b/core/swift54Action/Dockerfile
@@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
 
 # or build it from a release
 FROM golang:1.16 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.16@1.18.0
+ARG GO_PROXY_RELEASE_VERSION=1.16@1.19.0
 RUN curl -sL \
   https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
   | tar xzf -\