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 28a12f1  remove go:1.11 kind; update go:1.15 to use 1.17.0 release 
(#674)
28a12f1 is described below

commit 28a12f1560ed0187fffd05ab752699d6b99b3aa9
Author: David Grove <[email protected]>
AuthorDate: Fri Feb 12 13:36:37 2021 -0500

    remove go:1.11 kind; update go:1.15 to use 1.17.0 release (#674)
---
 helm/openwhisk/runtimes.json | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index fc8f063..167bb58 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -175,20 +175,6 @@
         ],
         "go": [
             {
-                "kind": "go:1.11",
-                "default": false,
-                "deprecated": true,
-                "attached": {
-                    "attachmentName": "codefile",
-                    "attachmentType": "text/plain"
-                },
-                "image": {
-                    "prefix": "openwhisk",
-                    "name": "action-golang-v1.11",
-                    "tag": "1.15.0"
-                }
-            },
-            {
                 "kind": "go:1.15",
                 "default": true,
                 "deprecated": false,
@@ -199,7 +185,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-golang-v1.15",
-                    "tag": "1.16.0"
+                    "tag": "1.17.0"
                 }
             }
         ],

Reply via email to