We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc1000 commit 07e7010Copy full SHA for 07e7010
1 file changed
Dockerfile-buildenv
@@ -23,8 +23,8 @@ ENV PATH=/build/go-build/go/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/go/bin
23
24
RUN mkdir -p /build/go-build \
25
&& cd /build/go-build \
26
- && curl -o go.tar.gz -s https://storage.googleapis.com/golang/go1.5.1.src.tar.gz \
27
- && echo "0df564746d105f4180c2b576a1553ebca9d9a124 go.tar.gz" | sha1sum -c - \
+ && curl -o go.tar.gz -s https://storage.googleapis.com/golang/go1.6.src.tar.gz \
+ && echo "3282b6cb1e491662f7067544605d8cbf6f016553 go.tar.gz" | sha1sum -c - \
28
&& tar -zxf go.tar.gz \
29
&& cd /build/go-build/go/src \
30
&& GOOS=darwin GOARCH=amd64 ./make.bash --no-clean 2>&1 > /dev/null ;
0 commit comments