Skip to content

Commit

Permalink
Merge pull request rook#1617 from bassam/pr-golang
Browse files Browse the repository at this point in the history
build: upgrade to golang 1.10.1
  • Loading branch information
bassam authored Apr 1, 2018
2 parents 181d71c + d7bdec5 commit 9e98e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/cross/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# install go-lang from the official repo
RUN GO_VERSION=1.10 && \
GO_HASH=b5a64335f1490277b585832d1f6c7f8c6c11206cba5cd3f771dcb87b98ad1a33 && \
RUN GO_VERSION=1.10.1 && \
GO_HASH=72d820dec546752e5a8303b33b009079c15c2390ce76d67cf514991646c6127b && \
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 9e98e31

Please sign in to comment.