Skip to content

Commit 98aeb75

Browse files
committed
Bump go toolchain to 1.24.1
Signed-off-by: Xinyuan Du <xinyuandu@bupt.cn>
1 parent 61efb81 commit 98aeb75

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.0
1+
1.24.1

go.mod

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)