Skip to content

Commit 28a12f1

Browse files
authored
remove go:1.11 kind; update go:1.15 to use 1.17.0 release (#674)
1 parent cb895ca commit 28a12f1

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

helm/openwhisk/runtimes.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -174,20 +174,6 @@
174174
}
175175
],
176176
"go": [
177-
{
178-
"kind": "go:1.11",
179-
"default": false,
180-
"deprecated": true,
181-
"attached": {
182-
"attachmentName": "codefile",
183-
"attachmentType": "text/plain"
184-
},
185-
"image": {
186-
"prefix": "openwhisk",
187-
"name": "action-golang-v1.11",
188-
"tag": "1.15.0"
189-
}
190-
},
191177
{
192178
"kind": "go:1.15",
193179
"default": true,
@@ -199,7 +185,7 @@
199185
"image": {
200186
"prefix": "openwhisk",
201187
"name": "action-golang-v1.15",
202-
"tag": "1.16.0"
188+
"tag": "1.17.0"
203189
}
204190
}
205191
],

0 commit comments

Comments
 (0)