Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/jepsen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.25.5"
go-version: "1.25.6"

- name: Bring up Jepsen VMs
working-directory: jepsen
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/bootjp/elastickv

go 1.24.0

toolchain go1.25.5
toolchain go1.25.6

require (
github.com/Jille/grpc-multi-resolver v1.3.0
Expand All @@ -28,6 +28,7 @@ require (
golang.org/x/sys v0.40.0
google.golang.org/grpc v1.78.0
google.golang.org/protobuf v1.36.11
pgregory.net/rapid v1.2.0
)

require (
Expand Down Expand Up @@ -86,5 +87,4 @@ require (
golang.org/x/text v0.31.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
pgregory.net/rapid v1.2.0 // indirect
)
Loading