You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2022/05/27 00:34:56 UTC

[openwhisk] branch master updated: refresh runtime versions for nodejs and golang (#5249)

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


The following commit(s) were added to refs/heads/master by this push:
     new 1e09049aa refresh runtime versions for nodejs and golang (#5249)
1e09049aa is described below

commit 1e09049aaf32e595d13a67ead2cec583a3b1809d
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu May 26 20:34:51 2022 -0400

    refresh runtime versions for nodejs and golang (#5249)
---
 ansible/files/runtimes.json | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/ansible/files/runtimes.json b/ansible/files/runtimes.json
index 129bae210..d61c7dff3 100644
--- a/ansible/files/runtimes.json
+++ b/ansible/files/runtimes.json
@@ -14,20 +14,6 @@
     ],
     "runtimes": {
         "nodejs": [
-            {
-                "kind": "nodejs:12",
-                "default": false,
-                "image": {
-                    "prefix": "openwhisk",
-                    "name": "action-nodejs-v12",
-                    "tag": "nightly"
-                },
-                "deprecated": false,
-                "attached": {
-                    "attachmentName": "codefile",
-                    "attachmentType": "text/plain"
-                }
-            },
             {
                 "kind": "nodejs:14",
                 "default": true,
@@ -54,6 +40,20 @@
                         }
                     }
                 ]
+            },
+            {
+                "kind": "nodejs:16",
+                "default": false,
+                "image": {
+                    "prefix": "openwhisk",
+                    "name": "action-nodejs-v16",
+                    "tag": "nightly"
+                },
+                "deprecated": false,
+                "attached": {
+                    "attachmentName": "codefile",
+                    "attachmentType": "text/plain"
+                }
             }
         ],
         "python": [
@@ -195,7 +195,7 @@
         ],
         "go": [
             {
-                "kind": "go:1.15",
+                "kind": "go:1.17",
                 "default": true,
                 "deprecated": false,
                 "attached": {
@@ -204,7 +204,7 @@
                 },
                 "image": {
                     "prefix": "openwhisk",
-                    "name": "action-golang-v1.15",
+                    "name": "action-golang-v1.17",
                     "tag": "nightly"
                 }
             }