Skip to content

Commit

Permalink
Update goland toolchain to 1.23.6
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Franca <[email protected]>
  • Loading branch information
marcelfranca committed Feb 5, 2025
1 parent d797075 commit dc243e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.5
1.23.6
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module go.etcd.io/raft/v3

go 1.23

toolchain go1.23.5
toolchain go1.23.6

require (
github.com/cockroachdb/datadriven v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion tools/mod/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module go.etcd.io/raft/tools/v3

go 1.23

toolchain go1.23.5
toolchain go1.23.6

require (
github.com/alexkohler/nakedret v1.0.0
Expand Down

0 comments on commit dc243e2

Please sign in to comment.