File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 14
14
],
15
15
"runtimes" : {
16
16
"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
- },
31
17
{
32
18
"kind" : " nodejs:14" ,
33
19
"default" : true ,
54
40
}
55
41
}
56
42
]
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
+ }
57
57
}
58
58
],
59
59
"python" : [
195
195
],
196
196
"go" : [
197
197
{
198
- "kind" : " go:1.15 " ,
198
+ "kind" : " go:1.17 " ,
199
199
"default" : true ,
200
200
"deprecated" : false ,
201
201
"attached" : {
204
204
},
205
205
"image" : {
206
206
"prefix" : " openwhisk" ,
207
- "name" : " action-golang-v1.15 " ,
207
+ "name" : " action-golang-v1.17 " ,
208
208
"tag" : " nightly"
209
209
}
210
210
}
You can’t perform that action at this time.
0 commit comments