Merge pull request #18421 from henrybear327/go/3.5-1.21.13

[release-3.5] go version bump from 1.21.12 to 1.21.13
This commit is contained in:
Benjamin Wang 2024-08-08 22:02:48 +01:00 committed by GitHub
commit f95c9fb300
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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