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-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f9463f  release config for runtime-go 1.24 (#431)
1f9463f is described below

commit 1f9463f1f976dd55aca43c78866e956825ae3cf9
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Mon Feb 19 09:17:43 2024 -0500

    release config for runtime-go 1.24 (#431)
---
 release-configs/runtime-go-1.24.config | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/release-configs/runtime-go-1.24.config 
b/release-configs/runtime-go-1.24.config
new file mode 100644
index 0000000..b51341c
--- /dev/null
+++ b/release-configs/runtime-go-1.24.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.24.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-go"
+  ],
+  "openwhisk_runtime_go": {
+    "name": "OpenWhisk Runtime Go",
+    "hash": "39cdaa7ca54cd9c0f66bccb5098da1e5c6930209",
+    "repository": "https://github.com/apache/openwhisk-runtime-go.git";,
+    "branch": "master"
+  }
+}

Reply via email to