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:21 UTC

[openwhisk-runtime-rust] branch master updated: use runtime-go 1.22.0 (#46)

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-rust.git


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

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

    use runtime-go 1.22.0 (#46)
---
 core/rust1.34/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/rust1.34/Dockerfile b/core/rust1.34/Dockerfile
index 9ab8e57..9c3a116 100644
--- a/core/rust1.34/Dockerfile
+++ b/core/rust1.34/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 -\