Skip to content

Commit b654013

Browse files
authored
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.
1 parent 3e564ca commit b654013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/gocase/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/apache/kvrocks/tests/gocase
22

3-
go 1.24.0
3+
go 1.25
44

55
require (
66
github.com/redis/go-redis/v9 v9.17.2

0 commit comments

Comments
 (0)