Skip to content

Commit 2d2b20e

Browse files
committed
bump go to v1.23.6
Signed-off-by: joshjms <[email protected]> update go directive in go.mod to 1.23.0 Signed-off-by: joshjms <[email protected]> change go directive to 1.23 Signed-off-by: joshjms <[email protected]>
1 parent c41a55a commit 2d2b20e

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)