Skip to content

Commit

Permalink
*: upgrade go 1.21.1 (pingcap#46764)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Sep 13, 2023
1 parent dd61802 commit 0937f1d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Builder image
FROM rockylinux:9 as builder

ENV GOLANG_VERSION 1.21.0
ENV GOLANG_VERSION 1.21.1
ENV ARCH amd64
ENV GOLANG_DOWNLOAD_URL https://dl.google.com/go/go$GOLANG_VERSION.linux-$ARCH.tar.gz
ENV GOPATH /go
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.enterprise
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Builder image
FROM rockylinux:9 as builder

ENV GOLANG_VERSION 1.21.0
ENV GOLANG_VERSION 1.21.1
ENV ARCH amd64
ENV GOLANG_DOWNLOAD_URL https://dl.google.com/go/go$GOLANG_VERSION.linux-$ARCH.tar.gz
ENV GOPATH /go
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ go_download_sdk(
"https://mirrors.aliyun.com/golang/{}",
"https://dl.google.com/go/{}",
],
version = "1.21.0",
version = "1.21.1",
)

go_register_toolchains(
Expand Down
4 changes: 2 additions & 2 deletions build/image/base
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ FROM hub.pingcap.net/jenkins/centos7_jenkins
USER root
WORKDIR /root

ENV GOLANG_VERSION 1.21.0
ENV GOLANG_VERSION 1.21.1
ENV GOLANG_DOWNLOAD_URL https://dl.google.com/go/go$GOLANG_VERSION.linux-amd64.tar.gz
ENV GOLANG_DOWNLOAD_SHA256 d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
ENV GOLANG_DOWNLOAD_SHA256 b3075ae1ce5dab85f89bc7905d1632de23ca196bd8336afd93fa97434cfa55ae
ENV GOPATH /go
ENV GOROOT /usr/local/go
ENV PATH $GOPATH/bin:$GOROOT/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion tests/globalkilltest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM rockylinux:9
RUN dnf update -y && dnf groupinstall 'Development Tools' -y
RUN dnf install procps-ng mysql -y

ENV GOLANG_VERSION 1.21.0
ENV GOLANG_VERSION 1.21.1
ENV ARCH amd64
ENV GOLANG_DOWNLOAD_URL https://dl.google.com/go/go$GOLANG_VERSION.linux-$ARCH.tar.gz
ENV GOPATH /go
Expand Down

0 comments on commit 0937f1d

Please sign in to comment.