Skip to content

Commit 4b13b1a

Browse files
authored
Merge pull request #19429 from joshjms/bump-go-v1.23.6-release-3.4
[3.4] Update golang toolchain to 1.23.6
2 parents c41a55a + 2d2b20e commit 4b13b1a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.22.12
1+
1.23.6

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/etcd
22

3-
go 1.22
3+
go 1.23
44

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

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

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/etcd/tools/v3
22

3-
go 1.22
3+
go 1.23
44

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

77
require (
88
github.com/gogo/protobuf v1.3.2

0 commit comments

Comments
 (0)