Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Update cross/Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Sharma <[email protected]>
  • Loading branch information
epk committed Jul 25, 2022
1 parent c31e5ad commit a5d2461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cross/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN curl -fsSL "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.1.21.zip"

# ------------------------------------------------------------------------------------------------
# Go support
RUN GO_VERSION=1.17.5 && \
RUN GO_VERSION=1.18.4 && \
GO_HASH=bd78114b0d441b029c8fe0341f4910370925a4d270a6a590668840675b0c653e && \
curl -fsSL https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz -o golang.tar.gz && \
echo "${GO_HASH} golang.tar.gz" | sha256sum -c - && \
Expand Down

0 comments on commit a5d2461

Please sign in to comment.