Skip to content

Commit

Permalink
bump to go 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc committed Sep 24, 2024
1 parent 850cbc2 commit 27f5ecf
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 652 deletions.
4 changes: 2 additions & 2 deletions cmd/http-service/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/pingcap/tidb-operator/http-service

go 1.22.0
go 1.23.0

toolchain go1.22.5
toolchain go1.23.1

require (
github.com/gin-gonic/gin v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Prerequisites

Please install [Go 1.22.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/).
Please install [Go 1.23.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/).

## Workflow

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

module github.com/pingcap/tidb-operator

go 1.22.0
go 1.23.0

toolchain go1.22.5
toolchain go1.23.1

require (
cloud.google.com/go/storage v1.30.1
Expand Down
8 changes: 0 additions & 8 deletions go.work

This file was deleted.

634 changes: 0 additions & 634 deletions go.work.sum

This file was deleted.

4 changes: 2 additions & 2 deletions pkg/apis/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/pingcap/tidb-operator/pkg/apis

go 1.22.0
go 1.23.0

toolchain go1.22.5
toolchain go1.23.1

require (
github.com/BurntSushi/toml v0.3.1
Expand Down
4 changes: 2 additions & 2 deletions pkg/client/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/pingcap/tidb-operator/pkg/client

go 1.22.0
go 1.23.0

toolchain go1.22.5
toolchain go1.23.1

require (
github.com/pingcap/tidb-operator/pkg/apis v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion tests/images/kubekins-e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:buster-slim

ARG GO_VERSION=1.22.5
ARG GO_VERSION=1.23.1

# common util tools
RUN apt-get update && \
Expand Down

0 comments on commit 27f5ecf

Please sign in to comment.