Skip to content

Commit

Permalink
bump go toolchain to 1.23.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed Oct 15, 2024
1 parent 01b0aa7 commit a4d3db1
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.1
1.23.2
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.1
toolchain go1.23.2

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.1
toolchain go1.23.2

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

0 comments on commit a4d3db1

Please sign in to comment.