This is an automated email from the ASF dual-hosted git repository.
tardieu 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 3a8dac4 use newly released openwhisk-runtime-go 1.15.0 (#576)
3a8dac4 is described below
commit 3a8dac4f9ca5f9005e2e51682eacd0f69f766162
Author: David Grove <[email protected]>
AuthorDate: Tue Jan 21 10:38:55 2020 -0500
use newly released openwhisk-runtime-go 1.15.0 (#576)
---
helm/openwhisk/runtimes.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index 61433f6..10b7655 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -171,7 +171,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-golang-v1.11",
- "tag": "1.14.0"
+ "tag": "1.15.0"
}
}
],