Skip to content

Commit b6d3c80

Browse files
authored
Merge pull request #19872 from Elbehery/release-3.4-go-1.23.9-bump
[release-3.4] Bump Go to 1.23.9
2 parents 8f95cf2 + e1a4545 commit b6d3c80

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
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

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go.etcd.io/etcd
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
@@ -51,7 +51,6 @@ require (
5151
require (
5252
github.com/beorn7/perks v1.0.1 // indirect
5353
github.com/cespare/xxhash/v2 v2.2.0 // indirect
54-
github.com/coreos/license-bill-of-materials v0.0.0-20190913234955-13baff47494e // indirect
5554
github.com/davecgh/go-spew v1.1.1 // indirect
5655
github.com/fatih/color v1.7.0 // indirect
5756
github.com/gorilla/websocket v1.4.2 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ github.com/coreos/go-semver v0.2.0 h1:3Jm3tLmsgAYcjC+4Up7hJrFBPr+n7rAqYeSw/SZazu
2222
github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
2323
github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 h1:u9SHYsPQNyt5tgDm3YN7+9dYrpK96E5wFilTFWIDZOM=
2424
github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
25-
github.com/coreos/license-bill-of-materials v0.0.0-20190913234955-13baff47494e h1:vHRufSa2k8tfkcDdia1vJFa+oiBvvPxW94mg76PPAoA=
26-
github.com/coreos/license-bill-of-materials v0.0.0-20190913234955-13baff47494e/go.mod h1:4xMOusJ7xxc84WclVxKT8+lNfGYDwojOUC2OQNCwcj4=
2725
github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf h1:CAKfRE2YtTUIjjh1bkBtyYFaUT/WmOqsJjgtihT0vMI=
2826
github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
2927
github.com/creack/pty v1.1.11 h1:07n33Z8lZxZ2qwegKbObQohDhXDQxiMMz1NOUGYlesw=

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

33
go 1.23
44

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

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

0 commit comments

Comments
 (0)