This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-1 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit dece70876536f8919129c3343b2e61ed180f95ec Author: Aleks Lozovyuk <[email protected]> AuthorDate: Mon May 11 18:31:07 2026 +0300 Update go.mod --- 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
