Skip to content

Commit

Permalink
Bump go toolchain to 1.23.0
Browse files Browse the repository at this point in the history
Reference:
- etcd-io#18443

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
  • Loading branch information
henrybear327 committed Sep 2, 2024
1 parent 4bb9392 commit 2a31a38
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.6
1.23.0
4 changes: 2 additions & 2 deletions CHANGELOG/CHANGELOG-3.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ See [List of metrics](https://etcd.io/docs/latest/metrics/) for all metrics per
- Add [`etcd_server_range_duration_seconds`](https://github.com/etcd-io/etcd/pull/17983).

### Go
- Require [Go 1.22+](https://github.com/etcd-io/etcd/pull/16594).
- Compile with [Go 1.22+](https://go.dev/doc/devel/release#go1.21.minor). Please refer to [gc-guide](https://go.dev/doc/gc-guide) to configure `GOGC` and `GOMEMLIMIT` properly.
- Require [Go 1.23+](https://github.com/etcd-io/etcd/pull/16594).
- Compile with [Go 1.23+](https://go.dev/doc/devel/release#go1.21.minor). Please refer to [gc-guide](https://go.dev/doc/gc-guide) to configure `GOGC` and `GOMEMLIMIT` properly.

### Other

Expand Down
4 changes: 2 additions & 2 deletions api/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module go.etcd.io/etcd/api/v3

go 1.22
go 1.23

toolchain go1.22.6
toolchain go1.23.0

require (
github.com/coreos/go-semver v0.3.1
Expand Down
4 changes: 2 additions & 2 deletions client/internal/v2/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module go.etcd.io/etcd/client/v2

go 1.22
go 1.23

toolchain go1.22.6
toolchain go1.23.0

require (
go.etcd.io/etcd/api/v3 v3.6.0-alpha.0
Expand Down
4 changes: 2 additions & 2 deletions client/pkg/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module go.etcd.io/etcd/client/pkg/v3

go 1.22
go 1.23

toolchain go1.22.6
toolchain go1.23.0

require (
github.com/coreos/go-systemd/v22 v22.5.0
Expand Down
4 changes: 2 additions & 2 deletions client/v3/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module go.etcd.io/etcd/client/v3

go 1.22
go 1.23

toolchain go1.22.6
toolchain go1.23.0

require (
github.com/coreos/go-semver v0.3.1
Expand Down
4 changes: 2 additions & 2 deletions etcdctl/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module go.etcd.io/etcd/etcdctl/v3

go 1.22
go 1.23

toolchain go1.22.6
toolchain go1.23.0

require (
github.com/bgentry/speakeasy v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions etcdutl/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module go.etcd.io/etcd/etcdutl/v3

go 1.22
go 1.23

toolchain go1.22.6
toolchain go1.23.0

replace (
go.etcd.io/etcd/api/v3 => ../api
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module go.etcd.io/etcd/v3

go 1.22
go 1.23

toolchain go1.22.6
toolchain go1.23.0

replace (
go.etcd.io/etcd/api/v3 => ./api
Expand Down
4 changes: 2 additions & 2 deletions pkg/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module go.etcd.io/etcd/pkg/v3

go 1.22
go 1.23

toolchain go1.22.6
toolchain go1.23.0

require (
github.com/creack/pty v1.1.18
Expand Down
4 changes: 2 additions & 2 deletions server/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module go.etcd.io/etcd/server/v3

go 1.22
go 1.23

toolchain go1.22.6
toolchain go1.23.0

require (
github.com/coreos/go-semver v0.3.1
Expand Down
4 changes: 2 additions & 2 deletions tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module go.etcd.io/etcd/tests/v3

go 1.22
go 1.23

toolchain go1.22.6
toolchain go1.23.0

replace (
go.etcd.io/etcd/api/v3 => ../api
Expand Down
4 changes: 2 additions & 2 deletions tools/mod/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module go.etcd.io/etcd/tools/v3

go 1.22
go 1.23

toolchain go1.22.6
toolchain go1.23.0

require (
github.com/alexfalkowski/gocovmerge v1.3.13
Expand Down
4 changes: 2 additions & 2 deletions tools/rw-heatmaps/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module go.etcd.io/etcd/tools/rw-heatmaps/v3

go 1.22
go 1.23

toolchain go1.22.6
toolchain go1.23.0

require (
github.com/spf13/cobra v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions tools/testgrid-analysis/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module go.etcd.io/etcd/tools/testgrid-analysis/v3

go 1.22
go 1.23

toolchain go1.22.6
toolchain go1.23.0

require (
github.com/GoogleCloudPlatform/testgrid v0.0.173
Expand Down

0 comments on commit 2a31a38

Please sign in to comment.