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

aleksraiden pushed a commit to branch aleksraiden-patch-gotest-deps
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/aleksraiden-patch-gotest-deps 
by this push:
     new 71448880 use go 1.23
     new 6eda2375 fix
71448880 is described below

commit 71448880ed2293497ee617907d9b60cbcde424cf
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Nov 8 23:29:50 2024 +0200

    use go 1.23
---
 tests/gocase/go.mod | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/gocase/go.mod b/tests/gocase/go.mod
index 959f819a..dfb980cf 100644
--- a/tests/gocase/go.mod
+++ b/tests/gocase/go.mod
@@ -1,8 +1,6 @@
 module github.com/apache/kvrocks/tests/gocase
 
-go 1.22.9
-
-toolchain go1.22.9
+go 1.23
 
 require (
        github.com/redis/go-redis/v9 v9.7.0

Reply via email to