mirror of https://github.com/status-im/xgo.git
bump go-1.7 to rc5
This commit is contained in:
parent
bdc3ff79da
commit
9a2591e676
|
@ -1,4 +1,4 @@
|
|||
# Go cross compiler (xgo): Go 1.7beta1
|
||||
# Go cross compiler (xgo): Go 1.7rc5
|
||||
# Copyright (c) 2016 Péter Szilágyi. All rights reserved.
|
||||
#
|
||||
# Released under the MIT license.
|
||||
|
@ -11,7 +11,7 @@ MAINTAINER Péter Szilágyi <peterke@gmail.com>
|
|||
ENV GO_VERSION 170
|
||||
|
||||
RUN \
|
||||
export ROOT_DIST=https://storage.googleapis.com/golang/go1.7beta1.linux-amd64.tar.gz && \
|
||||
export ROOT_DIST_SHA=a55e718935e2be1d5b920ed262fd06885d2d7fc4eab7722aa02c205d80532e3b && \
|
||||
export ROOT_DIST=https://storage.googleapis.com/golang/go1.7rc5.linux-amd64.tar.gz && \
|
||||
export ROOT_DIST_SHA=2ddf9f553aefe91d96dd3f13be55159869a221fd0111cd211dccf2cab3ee5e4a && \
|
||||
\
|
||||
$BOOTSTRAP_PURE
|
Loading…
Reference in New Issue