Skip to content

Commit 4e804d5

Browse files
authored
deprecate kind go:1.11; add kind go1.15 using v1.16.0 runtime-go (#640)
1 parent 817357d commit 4e804d5

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

helm/openwhisk/runtimes.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
176176
"go": [
177177
{
178178
"kind": "go:1.11",
179-
"default": true,
180-
"deprecated": false,
179+
"default": false,
180+
"deprecated": true,
181181
"attached": {
182182
"attachmentName": "codefile",
183183
"attachmentType": "text/plain"
@@ -187,6 +187,20 @@
187187
"name": "action-golang-v1.11",
188188
"tag": "1.15.0"
189189
}
190+
},
191+
{
192+
"kind": "go:1.15",
193+
"default": true,
194+
"deprecated": false,
195+
"attached": {
196+
"attachmentName": "codefile",
197+
"attachmentType": "text/plain"
198+
},
199+
"image": {
200+
"prefix": "openwhisk",
201+
"name": "action-golang-v1.15",
202+
"tag": "1.16.0"
203+
}
190204
}
191205
],
192206
"rust": [

0 commit comments

Comments
 (0)