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/incubator-openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new df17374 fixes to include golang runtime (#327)
df17374 is described below
commit df1737474aa616791710ed3c7098bc71513ea316
Author: Sciabarra.com ltd <[email protected]>
AuthorDate: Thu Nov 1 22:32:59 2018 +0100
fixes to include golang runtime (#327)
---
helm/openwhisk/runtimes.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index 6ec1057..58fccd0 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -127,6 +127,18 @@
"tag": "latest"
}
}
+ ],
+ "go": [
+ {
+ "kind": "go:1.11",
+ "default": true,
+ "deprecated": false,
+ "image": {
+ "prefix": "openwhisk",
+ "name": "actionloop-golang-v1.11",
+ "tag": "latest"
+ }
+ }
]
},
"blackboxes": [