This is an automated email from the ASF dual-hosted git repository.
style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git
The following commit(s) were added to refs/heads/master by this push:
new 2735585 config file for runtime-go 1.21.0 (#416)
2735585 is described below
commit 2735585b493bff0f522bba6957eb8471821b9e52
Author: David Grove <[email protected]>
AuthorDate: Thu Apr 6 22:16:14 2023 -0400
config file for runtime-go 1.21.0 (#416)
---
release-configs/runtime-go-1.21.0.config | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/release-configs/runtime-go-1.21.0.config
b/release-configs/runtime-go-1.21.0.config
new file mode 100644
index 0000000..373fe26
--- /dev/null
+++ b/release-configs/runtime-go-1.21.0.config
@@ -0,0 +1,15 @@
+{
+ "versioning": {
+ "version": "1.21.0",
+ "pre_release_version": "rc1"
+ },
+ "RepoList": [
+ "openwhisk-runtime-go"
+ ],
+ "openwhisk_runtime_go": {
+ "name": "OpenWhisk Runtime Go",
+ "hash": "ffb9b6f684d033a906ef7408ab15d1a5da2d5258",
+ "repository": "https://github.com/apache/openwhisk-runtime-go.git",
+ "branch": "master"
+ }
+}