[go: nahoru, domu]

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

Commit

Permalink
Merge pull request #98 from hasheddan/go1.14.3
Browse files Browse the repository at this point in the history
Bump cross container Go version to 1.14.4
  • Loading branch information
jbw976 committed Jun 2, 2020
2 parents 8296e5f + 0932400 commit 6224f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cross/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \

# ------------------------------------------------------------------------------------------------
# Go support
RUN GO_VERSION=1.14 && \
GO_HASH=08df79b46b0adf498ea9f320a0f23d6ec59e9003660b4c9c1ce8e5e2c6f823ca && \
RUN GO_VERSION=1.14.4 && \
GO_HASH=aed845e4185a0b2a3c3d5e1d0a35491702c55889192bb9c30e67a3de6849c067 && \
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 - && \
tar -C /usr/local -xzf golang.tar.gz && \
Expand Down

0 comments on commit 6224f24

Please sign in to comment.