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

git-hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new b654013bb chore(test): bump Go-version to 1.25 for tests (#3485)
b654013bb is described below

commit b654013bb65a791cea2154bbc31789353c495332
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue May 12 07:56:44 2026 +0300

    chore(test): bump Go-version to 1.25 for tests (#3485)
    
    I propose updating the minimum required Go version to 1.25.
    
    We are not moving to 1.26 yet because our CI still builds on OpenSUSE
    Leap 15, where Go 1.25 (1.25.8) is the version available in the base
    repositories. Go 1.26 is currently only present in the devel repository.
---
 tests/gocase/go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gocase/go.mod b/tests/gocase/go.mod
index 017cb902d..b5fb70e01 100644
--- a/tests/gocase/go.mod
+++ b/tests/gocase/go.mod
@@ -1,6 +1,6 @@
 module github.com/apache/kvrocks/tests/gocase
 
-go 1.24.0
+go 1.25
 
 require (
        github.com/redis/go-redis/v9 v9.17.2

Reply via email to