We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8ba44 commit 25606a3Copy full SHA for 25606a3
2 files changed
.github/workflows/jepsen.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Set up Go
34
uses: actions/setup-go@v6
35
with:
36
- go-version: "1.25.6"
+ go-version: "1.25.7"
37
38
- name: Bring up Jepsen VMs
39
working-directory: jepsen
go.mod
@@ -2,7 +2,7 @@ module github.com/bootjp/elastickv
2
3
go 1.24.0
4
5
-toolchain go1.25.6
+toolchain go1.25.7
6
7
require (
8
github.com/Jille/grpc-multi-resolver v1.3.0
0 commit comments