This is an automated email from the ASF dual-hosted git repository.

pbacsko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-release.git


The following commit(s) were added to refs/heads/master by this push:
     new b1a74c1  [YUNIKORN-3145] Update Go version
b1a74c1 is described below

commit b1a74c126e18dc009188d5ad36ea2a08e22a1e0e
Author: hhcs9527 <[email protected]>
AuthorDate: Thu Dec 11 11:18:51 2025 +0100

    [YUNIKORN-3145] Update Go version
    
    Signed-off-by: hhcs9527 <[email protected]>
    
    Closes: #209
    
    Signed-off-by: Peter Bacsko <[email protected]>
---
 go.mod                                | 2 +-
 release-top-level-artifacts/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/go.mod b/go.mod
index 5ff5b63..72157c1 100644
--- a/go.mod
+++ b/go.mod
@@ -18,7 +18,7 @@
 
 module github.com/apache/yunikorn-release
 
-go 1.23.0
+go 1.24.0
 
 require (
        github.com/TaoYang526/goutils v0.0.0-20210209083921-039008f0a57d
diff --git a/release-top-level-artifacts/README.md 
b/release-top-level-artifacts/README.md
index f9360cc..7f05e0b 100644
--- a/release-top-level-artifacts/README.md
+++ b/release-top-level-artifacts/README.md
@@ -31,7 +31,7 @@ General requirement for building YuniKorn images from this 
release:
 
 ### Yunikorn Scheduler
 The scheduler and shim are build as one set of artifacts and have one 
requirement:
-* Go 1.16 or later
+* Go 1.24.0 or later
 
 ### Yunikorn web UI
 The YuniKorn web UI uses a two stage docker build with predefined images.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to