Skip to content

Commit 9e8f1c1

Browse files
authored
update runtimes for nodejs and go (#742)
1 parent 9f01d17 commit 9e8f1c1

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

helm/openwhisk/runtimes.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
11
{
22
"runtimes": {
33
"nodejs": [
4-
{
5-
"kind": "nodejs:12",
6-
"default": false,
7-
"image": {
8-
"prefix": "openwhisk",
9-
"name": "action-nodejs-v12",
10-
"tag": "1.19.0"
11-
},
12-
"deprecated": false,
13-
"attached": {
14-
"attachmentName": "codefile",
15-
"attachmentType": "text/plain"
16-
}
17-
},
184
{
195
"kind": "nodejs:14",
206
"default": true,
217
"image": {
228
"prefix": "openwhisk",
239
"name": "action-nodejs-v14",
24-
"tag": "1.19.0"
10+
"tag": "1.20.0"
2511
},
2612
"deprecated": false,
2713
"attached": {
@@ -41,7 +27,21 @@
4127
}
4228
}
4329
]
44-
}
30+
},
31+
{
32+
"kind": "nodejs:16",
33+
"default": false,
34+
"image": {
35+
"prefix": "openwhisk",
36+
"name": "action-nodejs-v16",
37+
"tag": "1.20.0"
38+
},
39+
"deprecated": false,
40+
"attached": {
41+
"attachmentName": "codefile",
42+
"attachmentType": "text/plain"
43+
}
44+
},
4545
],
4646
"python": [
4747
{
@@ -196,7 +196,7 @@
196196
],
197197
"go": [
198198
{
199-
"kind": "go:1.15",
199+
"kind": "go:1.17",
200200
"default": true,
201201
"deprecated": false,
202202
"attached": {
@@ -205,8 +205,8 @@
205205
},
206206
"image": {
207207
"prefix": "openwhisk",
208-
"name": "action-golang-v1.15",
209-
"tag": "1.18.0"
208+
"name": "action-golang-v1.17",
209+
"tag": "1.20.0"
210210
}
211211
}
212212
],

0 commit comments

Comments
 (0)