Skip to content

Commit

Permalink
*: upgrade go.1.23.6 (#59242) (#59252)
Browse files Browse the repository at this point in the history
close #59251
  • Loading branch information
ti-chi-bot authored Feb 5, 2025
1 parent e69eab8 commit 88e4d81
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ go_download_sdk(
"https://mirrors.aliyun.com/golang/{}",
"https://dl.google.com/go/{}",
],
version = "1.23.3",
version = "1.23.6",
)

go_register_toolchains(
Expand Down
2 changes: 1 addition & 1 deletion build/image/base
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN --mount=type=cache,target=/var/cache/dnf \

# install golang toolchain
# renovate: datasource=docker depName=golang
ARG GOLANG_VERSION=1.23.3
ARG GOLANG_VERSION=1.23.6
RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \
curl -fsSL https://dl.google.com/go/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz | tar -C /usr/local -xz
ENV PATH /usr/local/go/bin/:$PATH
Expand Down
2 changes: 1 addition & 1 deletion build/image/parser_test
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

FROM rockylinux:9

ENV GOLANG_VERSION 1.23.3
ENV GOLANG_VERSION 1.23.6
ENV ARCH amd64
ENV GOLANG_DOWNLOAD_URL https://dl.google.com/go/go$GOLANG_VERSION.linux-$ARCH.tar.gz
ENV GOPATH /home/prow/go
Expand Down
2 changes: 1 addition & 1 deletion dumpling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Building
--------

0. Under directory `tidb`
1. Install Go 1.16 or above
1. Install Go 1.23.6 or above
2. Run `make build_dumpling` to compile. The output is in `bin/dumpling`.
3. Run `make dumpling_unit_test` to run the unit tests.
4. Run `make dumpling_integration_test` to run integration tests. For integration test:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pingcap/tidb

go 1.23
go 1.23.6

require (
cloud.google.com/go/kms v1.15.7
Expand Down

0 comments on commit 88e4d81

Please sign in to comment.