[release-3.5] go version bump from 1.21.12 to 1.21.13

Reference: https://github.com/etcd-io/etcd/issues/18419
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
This commit is contained in:
Chun-Hung Tseng 2024-08-08 21:29:27 +02:00
parent fd14c92dc0
commit 8748e5199d
No known key found for this signature in database
GPG Key ID: EF93C20F55FB48BB
13 changed files with 13 additions and 13 deletions

View File

@ -1 +1 @@
1.21.12
1.21.13

View File

@ -2,7 +2,7 @@ module go.etcd.io/etcd/api/v3
go 1.21
toolchain go1.21.12
toolchain go1.21.13
require (
github.com/coreos/go-semver v0.3.0

View File

@ -2,7 +2,7 @@ module go.etcd.io/etcd/client/pkg/v3
go 1.21
toolchain go1.21.12
toolchain go1.21.13
require (
github.com/coreos/go-systemd/v22 v22.3.2

View File

@ -2,7 +2,7 @@ module go.etcd.io/etcd/client/v2
go 1.21
toolchain go1.21.12
toolchain go1.21.13
require (
github.com/json-iterator/go v1.1.11

View File

@ -2,7 +2,7 @@ module go.etcd.io/etcd/client/v3
go 1.21
toolchain go1.21.12
toolchain go1.21.13
require (
github.com/dustin/go-humanize v1.0.0

View File

@ -2,7 +2,7 @@ module go.etcd.io/etcd/etcdctl/v3
go 1.21
toolchain go1.21.12
toolchain go1.21.13
require (
github.com/bgentry/speakeasy v0.1.0

View File

@ -2,7 +2,7 @@ module go.etcd.io/etcd/etcdutl/v3
go 1.21
toolchain go1.21.12
toolchain go1.21.13
replace (
go.etcd.io/etcd/api/v3 => ../api

2
go.mod
View File

@ -2,7 +2,7 @@ module go.etcd.io/etcd/v3
go 1.21
toolchain go1.21.12
toolchain go1.21.13
replace (
go.etcd.io/etcd/api/v3 => ./api

View File

@ -2,7 +2,7 @@ module go.etcd.io/etcd/pkg/v3
go 1.21
toolchain go1.21.12
toolchain go1.21.13
require (
github.com/creack/pty v1.1.11

View File

@ -2,7 +2,7 @@ module go.etcd.io/etcd/raft/v3
go 1.21
toolchain go1.21.12
toolchain go1.21.13
require (
github.com/cockroachdb/datadriven v1.0.2

View File

@ -2,7 +2,7 @@ module go.etcd.io/etcd/server/v3
go 1.21
toolchain go1.21.12
toolchain go1.21.13
require (
github.com/coreos/go-semver v0.3.0

View File

@ -2,7 +2,7 @@ module go.etcd.io/etcd/tests/v3
go 1.21
toolchain go1.21.12
toolchain go1.21.13
replace (
go.etcd.io/etcd/api/v3 => ../api

View File

@ -2,7 +2,7 @@ module go.etcd.io/etcd/tools/v3
go 1.21
toolchain go1.21.12
toolchain go1.21.13
require (
github.com/alexkohler/nakedret v1.0.0