Browse code

Bump Go version to 1.6.2 from 1.6.1 where it was used

Signed-off-by: Ken Cochrane <kencochrane@gmail.com>

Ken Cochrane authored on 2016/04/21 22:22:26
Showing 1 changed files
... ...
@@ -73,9 +73,9 @@ RUN cd /usr/local/lvm2 \
73 73
 
74 74
 ## BUILD GOLANG 1.6
75 75
 # NOTE: ppc64le has compatibility issues with older versions of go, so make sure the version >= 1.6
76
-ENV GO_VERSION 1.6.1
76
+ENV GO_VERSION 1.6.2
77 77
 ENV GO_DOWNLOAD_URL https://golang.org/dl/go${GO_VERSION}.src.tar.gz
78
-ENV GO_DOWNLOAD_SHA256 1d4b53cdee51b2298afcf50926a7fa44b286f0bf24ff8323ce690a66daa7193f
78
+ENV GO_DOWNLOAD_SHA256 787b0b750d037016a30c6ed05a8a70a91b2e9db4bd9b1a2453aa502a63f1bccc
79 79
 ENV GOROOT_BOOTSTRAP /usr/local
80 80
 
81 81
 RUN curl -fsSL "$GO_DOWNLOAD_URL" -o golang.tar.gz \