File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 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" : {
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 {
196196 ],
197197 "go" : [
198198 {
199- "kind" : " go:1.15 " ,
199+ "kind" : " go:1.17 " ,
200200 "default" : true ,
201201 "deprecated" : false ,
202202 "attached" : {
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 ],
You can’t perform that action at this time.
0 commit comments