Skip to content

Commit

Permalink
remove old go version before install new
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrone-yu committed Nov 8, 2023
1 parent daa727d commit c6ed974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/scql-ci.DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG GO_SHA256SUM="73cac0215254d0c7d1241fa40837851f3b9a8a742d0b54714cbdfb3feaf8f0

# install go
RUN set -eux; \
rm -rf /usr/local/go; \
url="https://golang.google.cn/dl/go${GO_VERSION}.linux-amd64.tar.gz"; \
wget --no-check-certificate -O go.tgz "$url"; \
echo "${GO_SHA256SUM} *go.tgz" | sha256sum -c -; \
Expand Down

0 comments on commit c6ed974

Please sign in to comment.