This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new 4e804d5 deprecate kind go:1.11; add kind go1.15 using v1.16.0
runtime-go (#640)
4e804d5 is described below
commit 4e804d55921fcde703c8c0d5a165a4eaccb70065
Author: David Grove <[email protected]>
AuthorDate: Wed Sep 30 08:19:48 2020 -0400
deprecate kind go:1.11; add kind go1.15 using v1.16.0 runtime-go (#640)
---
helm/openwhisk/runtimes.json | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index 3a0bfbb..2a11709 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -176,8 +176,8 @@
"go": [
{
"kind": "go:1.11",
- "default": true,
- "deprecated": false,
+ "default": false,
+ "deprecated": true,
"attached": {
"attachmentName": "codefile",
"attachmentType": "text/plain"
@@ -187,6 +187,20 @@
"name": "action-golang-v1.11",
"tag": "1.15.0"
}
+ },
+ {
+ "kind": "go:1.15",
+ "default": true,
+ "deprecated": false,
+ "attached": {
+ "attachmentName": "codefile",
+ "attachmentType": "text/plain"
+ },
+ "image": {
+ "prefix": "openwhisk",
+ "name": "action-golang-v1.15",
+ "tag": "1.16.0"
+ }
}
],
"rust": [