Skip to content

Commit 25a18e0

Browse files
committed
chore: bump Golang to v1.25.7
1 parent 6a8eb07 commit 25a18e0

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

cmd/http-service/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/pingcap/tidb-operator/http-service
22

3-
go 1.24.0
3+
go 1.25.0
44

5-
toolchain go1.24.12
5+
toolchain go1.25.7
66

77
require (
88
github.com/gin-gonic/gin v1.10.0

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerequisites
44

5-
Please install [Go 1.24.x](https://go.dev/doc/install). If you want to run TiDB Operator locally, please also install the latest version of [Docker](https://www.docker.com/get-started/), [kind](https://kind.sigs.k8s.io/docs/user/quick-start/), [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) and [Helm](https://helm.sh/docs/intro/quickstart/).
5+
Please install [Go 1.25.x](https://go.dev/doc/install). If you want to run TiDB Operator locally, please also install the latest version of [Docker](https://www.docker.com/get-started/), [kind](https://kind.sigs.k8s.io/docs/user/quick-start/), [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) and [Helm](https://helm.sh/docs/intro/quickstart/).
66

77
## Workflow
88

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
module github.com/pingcap/tidb-operator
66

7-
go 1.24.0
7+
go 1.25.0
88

9-
toolchain go1.24.12
9+
toolchain go1.25.7
1010

1111
require (
1212
cloud.google.com/go/storage v1.35.1

pkg/apis/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/pingcap/tidb-operator/pkg/apis
22

3-
go 1.24.0
3+
go 1.25.0
44

5-
toolchain go1.24.12
5+
toolchain go1.25.7
66

77
require (
88
github.com/BurntSushi/toml v0.3.1

pkg/client/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/pingcap/tidb-operator/pkg/client
22

3-
go 1.24.0
3+
go 1.25.0
44

5-
toolchain go1.24.12
5+
toolchain go1.25.7
66

77
require (
88
github.com/pingcap/tidb-operator/pkg/apis v1.6.5

0 commit comments

Comments
 (0)