diff --git a/ansible/files/runtimes.json b/ansible/files/runtimes.json index c236451a5e5..573d3762339 100644 --- a/ansible/files/runtimes.json +++ b/ansible/files/runtimes.json @@ -196,6 +196,20 @@ "go": [ { "kind": "go:1.11", + "default": false, + "deprecated": true, + "attached": { + "attachmentName": "codefile", + "attachmentType": "text/plain" + }, + "image": { + "prefix": "openwhisk", + "name": "action-golang-v1.11", + "tag": "nightly" + } + }, + { + "kind": "go:1.15", "default": true, "deprecated": false, "attached": { @@ -204,7 +218,7 @@ }, "image": { "prefix": "openwhisk", - "name": "action-golang-v1.11", + "name": "action-golang-v1.15", "tag": "nightly" } }