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 817357d commit 4e804d5Copy full SHA for 4e804d5
helm/openwhisk/runtimes.json
@@ -176,8 +176,8 @@
176
"go": [
177
{
178
"kind": "go:1.11",
179
- "default": true,
180
- "deprecated": false,
+ "default": false,
+ "deprecated": true,
181
"attached": {
182
"attachmentName": "codefile",
183
"attachmentType": "text/plain"
@@ -187,6 +187,20 @@
187
"name": "action-golang-v1.11",
188
"tag": "1.15.0"
189
}
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
+ }
204
205
],
206
"rust": [
0 commit comments