You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by lu...@apache.org on 2023/05/22 09:06:25 UTC

[openwhisk-runtime-ruby] branch master updated: use runtime-go 1.22.0 (#80)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new efe2423  use runtime-go 1.22.0 (#80)
efe2423 is described below

commit efe2423d4060e66029043d3f8f119ec7f1543212
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon May 22 05:06:20 2023 -0400

    use runtime-go 1.22.0 (#80)
---
 core/ruby2.6ActionLoop/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/ruby2.6ActionLoop/Dockerfile b/core/ruby2.6ActionLoop/Dockerfile
index f1844a7..2ec847e 100644
--- a/core/ruby2.6ActionLoop/Dockerfile
+++ b/core/ruby2.6ActionLoop/Dockerfile
@@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
 
 # or build it from a release
 FROM golang:1.20 AS builder_release
-ARG GO_PROXY_RELEASE_VERSION=1.20@1.21.0
+ARG GO_PROXY_RELEASE_VERSION=1.20@1.22.0
 RUN curl -sL \
   https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
   | tar xzf -\