Skip to content

Commit

Permalink
update go version to 1.21.4 in release ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrone-yu committed Nov 8, 2023
1 parent 32ce03d commit ce35a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/release-ci.DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ RUN wget --no-check-certificate https://github.com/llvm/llvm-project/releases/do
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y

# install go
ARG GO_VERSION=1.19.12
ARG GO_SHA256SUM="48e4fcfb6abfdaa01aaf1429e43bdd49cea5e4687bd5f5b96df1e193fcfd3e7e"
ARG GO_VERSION=1.21.4
ARG GO_SHA256SUM="73cac0215254d0c7d1241fa40837851f3b9a8a742d0b54714cbdfb3feaf8f0af"

# install go
RUN set -eux; \
Expand Down

0 comments on commit ce35a91

Please sign in to comment.