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 37a2572  update go proxy to 1.22@1.24.0 (#163)
37a2572 is described below

commit 37a2572c05890d4da0c759119d4cc621efb607b9
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Mon Feb 19 09:25:58 2024 -0500

    update go proxy to 1.22@1.24.0 (#163)
---
 core/swift51Action/Dockerfile | 6 +++---
 core/swift53Action/Dockerfile | 6 +++---
 core/swift54Action/Dockerfile | 6 +++---
 core/swift57Action/Dockerfile | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/core/swift51Action/Dockerfile b/core/swift51Action/Dockerfile
index cc1ba58..af36f95 100644
--- a/core/swift51Action/Dockerfile
+++ b/core/swift51Action/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 # build go proxy from source
-FROM golang:1.21 AS builder_source
+FROM golang:1.22 AS builder_source
 ARG GO_PROXY_GITHUB_USER=apache
 ARG GO_PROXY_GITHUB_BRANCH=master
 RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
    mv proxy /bin/proxy
 
 # or build it from a release
-FROM golang:1.21 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.21@1.23.0
+FROM golang:1.22 AS builder_release
+ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.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 e871342..1610c64 100644
--- a/core/swift53Action/Dockerfile
+++ b/core/swift53Action/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 # build go proxy from source
-FROM golang:1.21 AS builder_source
+FROM golang:1.22 AS builder_source
 ARG GO_PROXY_GITHUB_USER=apache
 ARG GO_PROXY_GITHUB_BRANCH=master
 RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
    mv proxy /bin/proxy
 
 # or build it from a release
-FROM golang:1.21 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.21@1.23.0
+FROM golang:1.22 AS builder_release
+ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.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 e9c4279..c453edf 100644
--- a/core/swift54Action/Dockerfile
+++ b/core/swift54Action/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 # build go proxy from source
-FROM golang:1.21 AS builder_source
+FROM golang:1.22 AS builder_source
 ARG GO_PROXY_GITHUB_USER=apache
 ARG GO_PROXY_GITHUB_BRANCH=master
 RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
    mv proxy /bin/proxy
 
 # or build it from a release
-FROM golang:1.21 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.21@1.23.0
+FROM golang:1.22 AS builder_release
+ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
 RUN curl -sL \
   
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
   | tar xzf -\
diff --git a/core/swift57Action/Dockerfile b/core/swift57Action/Dockerfile
index de33301..8d5ce2d 100644
--- a/core/swift57Action/Dockerfile
+++ b/core/swift57Action/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 # build go proxy from source
-FROM golang:1.21 AS builder_source
+FROM golang:1.22 AS builder_source
 ARG GO_PROXY_GITHUB_USER=apache
 ARG GO_PROXY_GITHUB_BRANCH=master
 RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -25,8 +25,8 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
    mv proxy /bin/proxy
 
 # or build it from a release
-FROM golang:1.21 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.21@1.23.0
+FROM golang:1.22 AS builder_release
+ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
 RUN curl -sL 
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz
 | tar xzf - \
   && cd openwhisk-runtime-go-*/main \
   && GO111MODULE=on CGO_ENABLED=0 go build -o /bin/proxy

Reply via email to