Skip to content

Commit

Permalink
update scql-ci go to 1.22.4 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
tongke6 authored Jun 16, 2024
1 parent c8bd139 commit c6f1ee2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/scql-ci.DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ FROM secretflow/ubuntu-base-ci:latest

ARG TARGETPLATFORM

ARG GO_VERSION=1.22.1
ARG GO_VERSION=1.22.4

# install go
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ] ; \
then \
GO_ARCH=arm64 && \
GO_SHA256SUM=e56685a245b6a0c592fc4a55f0b7803af5b3f827aaa29feab1f40e491acf35b8 ; \
GO_SHA256SUM=a8e177c354d2e4a1b61020aca3562e27ea3e8f8247eca3170e3fa1e0c2f9e771 ; \
else \
GO_ARCH=amd64 && \
GO_SHA256SUM=aab8e15785c997ae20f9c88422ee35d962c4562212bb0f879d052a35c8307c7f ; \
GO_SHA256SUM=ba79d4526102575196273416239cca418a651e049c2b099f3159db85e7bade7d ; \
fi \
&& url="https://golang.google.cn/dl/go${GO_VERSION}.linux-${GO_ARCH}.tar.gz"; \
wget --no-check-certificate -O go.tgz "$url"; \
Expand Down

0 comments on commit c6f1ee2

Please sign in to comment.