You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2021/08/02 15:15:15 UTC

[openwhisk-deploy-kube] branch master updated: update for runtime-go 1.18.0 (#696)

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

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new b81c150  update for runtime-go 1.18.0 (#696)
b81c150 is described below

commit b81c150f7782962593aa4dfa0eb2a8e410fae8b9
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon Aug 2 11:15:08 2021 -0400

    update for runtime-go 1.18.0 (#696)
---
 helm/openwhisk/runtimes.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index 8a9fb2a..fd14f69 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -213,7 +213,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-golang-v1.15",
-                    "tag": "1.17.0"
+                    "tag": "1.18.0"
                 }
             }
         ],