Skip to content

Commit 4d429be

Browse files
authored
Merge pull request #275 from MrDXY/main-bump-go-to-1.24.1
Bump go toolchain to 1.24.1
2 parents 61efb81 + 98aeb75 commit 4d429be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.go-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.0
1+
1.24.1

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go.etcd.io/raft/v3
22

33
go 1.24
44

5-
toolchain go1.24.0
5+
toolchain go1.24.1
66

77
require (
88
github.com/cockroachdb/datadriven v1.0.2

tools/mod/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module go.etcd.io/raft/tools/v3
22

3-
go 1.23
3+
go 1.24
44

5-
toolchain go1.23.6
5+
toolchain go1.24.1
66

77
require (
88
github.com/alexkohler/nakedret v1.0.0

0 commit comments

Comments
 (0)