1
0
mirror of https://github.com/etcd-io/etcd.git synced 2026-02-05 06:46:49 +01:00

build(deps): update go version to 1.25.5

Signed-off-by: boqishan <boqishan@126.com>
This commit is contained in:
boqishan
2025-12-04 00:32:54 +08:00
parent 7bbb4bd364
commit 505f69dd11
16 changed files with 16 additions and 16 deletions

View File

@@ -1 +1 @@
1.25.4
1.25.5

View File

@@ -2,7 +2,7 @@ module go.etcd.io/etcd/api/v3
go 1.25.0
toolchain go1.25.4
toolchain go1.25.5
require (
github.com/coreos/go-semver v0.3.1

2
cache/go.mod vendored
View File

@@ -2,7 +2,7 @@ module go.etcd.io/etcd/cache/v3
go 1.25.0
toolchain go1.25.4
toolchain go1.25.5
require (
github.com/google/btree v1.1.3

View File

@@ -2,7 +2,7 @@ module go.etcd.io/etcd/client/pkg/v3
go 1.25.0
toolchain go1.25.4
toolchain go1.25.5
require (
github.com/coreos/go-systemd/v22 v22.6.0

View File

@@ -2,7 +2,7 @@ module go.etcd.io/etcd/client/v3
go 1.25.0
toolchain go1.25.4
toolchain go1.25.5
require (
github.com/coreos/go-semver v0.3.1

View File

@@ -2,7 +2,7 @@ module go.etcd.io/etcd/etcdctl/v3
go 1.25.0
toolchain go1.25.4
toolchain go1.25.5
require (
github.com/bgentry/speakeasy v0.2.0

View File

@@ -2,7 +2,7 @@ module go.etcd.io/etcd/etcdutl/v3
go 1.25.0
toolchain go1.25.4
toolchain go1.25.5
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.25.0
toolchain go1.25.4
toolchain go1.25.5
replace (
go.etcd.io/etcd/api/v3 => ./api

View File

@@ -2,7 +2,7 @@
go 1.25.0
toolchain go1.25.4
toolchain go1.25.5
use (
.

View File

@@ -2,7 +2,7 @@ module go.etcd.io/etcd/pkg/v3
go 1.25.0
toolchain go1.25.4
toolchain go1.25.5
require (
github.com/creack/pty v1.1.18

View File

@@ -2,7 +2,7 @@ module go.etcd.io/etcd/server/v3
go 1.25.0
toolchain go1.25.4
toolchain go1.25.5
require (
github.com/coreos/go-semver v0.3.1

View File

@@ -1,4 +1,4 @@
ARG GO_VERSION=1.25.4
ARG GO_VERSION=1.25.5
FROM golang:$GO_VERSION AS build
RUN go install github.com/a8m/envsubst/cmd/envsubst@v1.4.3

View File

@@ -2,7 +2,7 @@ module go.etcd.io/etcd/tests/v3
go 1.25.0
toolchain go1.25.4
toolchain go1.25.5
replace (
go.etcd.io/etcd/api/v3 => ../api

View File

@@ -2,7 +2,7 @@ module go.etcd.io/etcd/tools/v3
go 1.25.0
toolchain go1.25.4
toolchain go1.25.5
require (
github.com/alexfalkowski/gocovmerge v1.11.0

View File

@@ -2,7 +2,7 @@ module go.etcd.io/etcd/tools/rw-heatmaps/v3
go 1.25.0
toolchain go1.25.4
toolchain go1.25.5
require (
github.com/spf13/cobra v1.10.1

View File

@@ -2,7 +2,7 @@ module go.etcd.io/etcd/tools/testgrid-analysis/v3
go 1.25.0
toolchain go1.25.4
toolchain go1.25.5
require (
github.com/GoogleCloudPlatform/testgrid v0.0.173