Bump go toolchain to 1.24.1
Signed-off-by: Ivan Valdes <ivan@vald.es>
This commit is contained in:
parent
3d381537cc
commit
028773129a
@ -1 +1 @@
|
|||||||
1.23.6
|
1.24.1
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
module go.etcd.io/etcd/api/v3
|
module go.etcd.io/etcd/api/v3
|
||||||
|
|
||||||
go 1.23.0
|
go 1.24
|
||||||
|
|
||||||
toolchain go1.23.6
|
toolchain go1.24.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/coreos/go-semver v0.3.1
|
github.com/coreos/go-semver v0.3.1
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
module go.etcd.io/etcd/client/v2
|
module go.etcd.io/etcd/client/v2
|
||||||
|
|
||||||
go 1.23.0
|
go 1.24
|
||||||
|
|
||||||
toolchain go1.23.6
|
toolchain go1.24.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/stretchr/testify v1.10.0
|
github.com/stretchr/testify v1.10.0
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
module go.etcd.io/etcd/client/pkg/v3
|
module go.etcd.io/etcd/client/pkg/v3
|
||||||
|
|
||||||
go 1.23
|
go 1.24
|
||||||
|
|
||||||
toolchain go1.23.6
|
toolchain go1.24.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/coreos/go-systemd/v22 v22.5.0
|
github.com/coreos/go-systemd/v22 v22.5.0
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
module go.etcd.io/etcd/client/v3
|
module go.etcd.io/etcd/client/v3
|
||||||
|
|
||||||
go 1.23.0
|
go 1.24
|
||||||
|
|
||||||
toolchain go1.23.6
|
toolchain go1.24.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/coreos/go-semver v0.3.1
|
github.com/coreos/go-semver v0.3.1
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
module go.etcd.io/etcd/etcdctl/v3
|
module go.etcd.io/etcd/etcdctl/v3
|
||||||
|
|
||||||
go 1.23.0
|
go 1.24
|
||||||
|
|
||||||
toolchain go1.23.6
|
toolchain go1.24.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/bgentry/speakeasy v0.2.0
|
github.com/bgentry/speakeasy v0.2.0
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
module go.etcd.io/etcd/etcdutl/v3
|
module go.etcd.io/etcd/etcdutl/v3
|
||||||
|
|
||||||
go 1.23.0
|
go 1.24
|
||||||
|
|
||||||
toolchain go1.23.6
|
toolchain go1.24.1
|
||||||
|
|
||||||
replace (
|
replace (
|
||||||
go.etcd.io/etcd/api/v3 => ../api
|
go.etcd.io/etcd/api/v3 => ../api
|
||||||
|
4
go.mod
4
go.mod
@ -1,8 +1,8 @@
|
|||||||
module go.etcd.io/etcd/v3
|
module go.etcd.io/etcd/v3
|
||||||
|
|
||||||
go 1.23.0
|
go 1.24
|
||||||
|
|
||||||
toolchain go1.23.6
|
toolchain go1.24.1
|
||||||
|
|
||||||
replace (
|
replace (
|
||||||
go.etcd.io/etcd/api/v3 => ./api
|
go.etcd.io/etcd/api/v3 => ./api
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
module go.etcd.io/etcd/pkg/v3
|
module go.etcd.io/etcd/pkg/v3
|
||||||
|
|
||||||
go 1.23.0
|
go 1.24
|
||||||
|
|
||||||
toolchain go1.23.6
|
toolchain go1.24.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/creack/pty v1.1.18
|
github.com/creack/pty v1.1.18
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
module go.etcd.io/etcd/server/v3
|
module go.etcd.io/etcd/server/v3
|
||||||
|
|
||||||
go 1.23.0
|
go 1.24
|
||||||
|
|
||||||
toolchain go1.23.6
|
toolchain go1.24.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/coreos/go-semver v0.3.1
|
github.com/coreos/go-semver v0.3.1
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
module go.etcd.io/etcd/tests/v3
|
module go.etcd.io/etcd/tests/v3
|
||||||
|
|
||||||
go 1.23.0
|
go 1.24
|
||||||
|
|
||||||
toolchain go1.23.6
|
toolchain go1.24.1
|
||||||
|
|
||||||
replace (
|
replace (
|
||||||
go.etcd.io/etcd/api/v3 => ../api
|
go.etcd.io/etcd/api/v3 => ../api
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
module go.etcd.io/etcd/tools/v3
|
module go.etcd.io/etcd/tools/v3
|
||||||
|
|
||||||
go 1.23.0
|
go 1.24
|
||||||
|
|
||||||
toolchain go1.23.6
|
toolchain go1.24.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alexfalkowski/gocovmerge v1.4.0
|
github.com/alexfalkowski/gocovmerge v1.4.0
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
module go.etcd.io/etcd/tools/rw-heatmaps/v3
|
module go.etcd.io/etcd/tools/rw-heatmaps/v3
|
||||||
|
|
||||||
go 1.23
|
go 1.24
|
||||||
|
|
||||||
toolchain go1.23.6
|
toolchain go1.24.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/spf13/cobra v1.9.1
|
github.com/spf13/cobra v1.9.1
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
module go.etcd.io/etcd/tools/testgrid-analysis/v3
|
module go.etcd.io/etcd/tools/testgrid-analysis/v3
|
||||||
|
|
||||||
go 1.23.0
|
go 1.24
|
||||||
|
|
||||||
toolchain go1.23.6
|
toolchain go1.24.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/GoogleCloudPlatform/testgrid v0.0.173
|
github.com/GoogleCloudPlatform/testgrid v0.0.173
|
||||||
|
Loading…
Reference in New Issue
Block a user