We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb895ca commit 28a12f1Copy full SHA for 28a12f1
helm/openwhisk/runtimes.json
@@ -174,20 +174,6 @@
174
}
175
],
176
"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
191
{
192
"kind": "go:1.15",
193
"default": true,
@@ -199,7 +185,7 @@
199
"image": {
200
"prefix": "openwhisk",
201
"name": "action-golang-v1.15",
202
- "tag": "1.16.0"
+ "tag": "1.17.0"
203
204
205
0 commit comments