Skip to content

Commit 432ce8b

Browse files
authored
Merge pull request #19870 from Elbehery/release-3.5-go-1.23.9-bump
[release-3.5] Bump Go to 1.23.9
2 parents 104e245 + 4e59b74 commit 432ce8b

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.23.8
1+
1.23.9

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.23.0
44

5-
toolchain go1.23.8
5+
toolchain go1.23.9
66

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

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.23.0
44

5-
toolchain go1.23.8
5+
toolchain go1.23.9
66

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

client/v2/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/v2
22

33
go 1.23.0
44

5-
toolchain go1.23.8
5+
toolchain go1.23.9
66

77
require (
88
github.com/json-iterator/go v1.1.11

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.23.0
44

5-
toolchain go1.23.8
5+
toolchain go1.23.9
66

77
require (
88
github.com/dustin/go-humanize v1.0.0

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.23.0
44

5-
toolchain go1.23.8
5+
toolchain go1.23.9
66

77
require (
88
github.com/bgentry/speakeasy v0.1.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.23.0
44

5-
toolchain go1.23.8
5+
toolchain go1.23.9
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.23.0
44

5-
toolchain go1.23.8
5+
toolchain go1.23.9
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.23.0
44

5-
toolchain go1.23.8
5+
toolchain go1.23.9
66

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

raft/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/raft/v3
22

33
go 1.23.0
44

5-
toolchain go1.23.8
5+
toolchain go1.23.9
66

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

0 commit comments

Comments
 (0)