Skip to content

Commit 1e09049

Browse files
authored
refresh runtime versions for nodejs and golang (#5249)
1 parent f71c41c commit 1e09049

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

ansible/files/runtimes.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,6 @@
1414
],
1515
"runtimes": {
1616
"nodejs": [
17-
{
18-
"kind": "nodejs:12",
19-
"default": false,
20-
"image": {
21-
"prefix": "openwhisk",
22-
"name": "action-nodejs-v12",
23-
"tag": "nightly"
24-
},
25-
"deprecated": false,
26-
"attached": {
27-
"attachmentName": "codefile",
28-
"attachmentType": "text/plain"
29-
}
30-
},
3117
{
3218
"kind": "nodejs:14",
3319
"default": true,
@@ -54,6 +40,20 @@
5440
}
5541
}
5642
]
43+
},
44+
{
45+
"kind": "nodejs:16",
46+
"default": false,
47+
"image": {
48+
"prefix": "openwhisk",
49+
"name": "action-nodejs-v16",
50+
"tag": "nightly"
51+
},
52+
"deprecated": false,
53+
"attached": {
54+
"attachmentName": "codefile",
55+
"attachmentType": "text/plain"
56+
}
5757
}
5858
],
5959
"python": [
@@ -195,7 +195,7 @@
195195
],
196196
"go": [
197197
{
198-
"kind": "go:1.15",
198+
"kind": "go:1.17",
199199
"default": true,
200200
"deprecated": false,
201201
"attached": {
@@ -204,7 +204,7 @@
204204
},
205205
"image": {
206206
"prefix": "openwhisk",
207-
"name": "action-golang-v1.15",
207+
"name": "action-golang-v1.17",
208208
"tag": "nightly"
209209
}
210210
}

0 commit comments

Comments
 (0)