bump go-1.7 to rc5

This commit is contained in:
Tamir Duberstein 2016-07-31 15:54:54 -04:00
parent bdc3ff79da
commit 9a2591e676
No known key found for this signature in database
GPG Key ID: 1C1E98CC8E17BB89
1 changed files with 3 additions and 3 deletions

View File

@ -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