Skip to content

Commit d552466

Browse files
authored
Merge pull request #21257 from nwnt/bump-3.6-to-gov1.24.3
[release-3.6] Bump Go to 1.24.13
2 parents b17ff7e + 2d3c79c commit d552466

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.12
1+
1.24.13

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go.etcd.io/etcd/api/v3
22

33
go 1.24.0
44

5-
toolchain go1.24.12
5+
toolchain go1.24.13
66

77
require (
88
github.com/coreos/go-semver v0.3.1

client/pkg/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go.etcd.io/etcd/client/pkg/v3
22

33
go 1.24.0
44

5-
toolchain go1.24.12
5+
toolchain go1.24.13
66

77
require (
88
github.com/coreos/go-systemd/v22 v22.5.0

client/v3/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go.etcd.io/etcd/client/v3
22

33
go 1.24.0
44

5-
toolchain go1.24.12
5+
toolchain go1.24.13
66

77
require (
88
github.com/coreos/go-semver v0.3.1

etcdctl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go.etcd.io/etcd/etcdctl/v3
22

33
go 1.24.0
44

5-
toolchain go1.24.12
5+
toolchain go1.24.13
66

77
require (
88
github.com/bgentry/speakeasy v0.2.0

etcdutl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go.etcd.io/etcd/etcdutl/v3
22

33
go 1.24.0
44

5-
toolchain go1.24.12
5+
toolchain go1.24.13
66

77
replace (
88
go.etcd.io/etcd/api/v3 => ../api

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go.etcd.io/etcd/v3
22

33
go 1.24.0
44

5-
toolchain go1.24.12
5+
toolchain go1.24.13
66

77
replace (
88
go.etcd.io/etcd/api/v3 => ./api

pkg/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go.etcd.io/etcd/pkg/v3
22

33
go 1.24.0
44

5-
toolchain go1.24.12
5+
toolchain go1.24.13
66

77
require (
88
github.com/creack/pty v1.1.18

server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go.etcd.io/etcd/server/v3
22

33
go 1.24.0
44

5-
toolchain go1.24.12
5+
toolchain go1.24.13
66

77
require (
88
github.com/coreos/go-semver v0.3.1

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go.etcd.io/etcd/tests/v3
22

33
go 1.24.0
44

5-
toolchain go1.24.12
5+
toolchain go1.24.13
66

77
replace (
88
go.etcd.io/etcd/api/v3 => ../api

0 commit comments

Comments
 (0)