|
@@ -100,7 +100,7 @@ RUN set -x \
|
|
# so we use gccgo as bootstrap to build Go from source code.
|
|
# so we use gccgo as bootstrap to build Go from source code.
|
|
# We don't use the official ARMv6 released binaries as a GOROOT_BOOTSTRAP, because
|
|
# We don't use the official ARMv6 released binaries as a GOROOT_BOOTSTRAP, because
|
|
# not all ARM64 platforms support 32-bit mode. 32-bit mode is optional for ARMv8.
|
|
# not all ARM64 platforms support 32-bit mode. 32-bit mode is optional for ARMv8.
|
|
-ENV GO_VERSION 1.6.2
|
|
|
|
|
|
+ENV GO_VERSION 1.6.3
|
|
RUN mkdir /usr/src/go && curl -fsSL https://storage.googleapis.com/golang/go${GO_VERSION}.src.tar.gz | tar -v -C /usr/src/go -xz --strip-components=1 \
|
|
RUN mkdir /usr/src/go && curl -fsSL https://storage.googleapis.com/golang/go${GO_VERSION}.src.tar.gz | tar -v -C /usr/src/go -xz --strip-components=1 \
|
|
&& cd /usr/src/go/src \
|
|
&& cd /usr/src/go/src \
|
|
&& GOOS=linux GOARCH=arm64 GOROOT_BOOTSTRAP="$(go env GOROOT)" ./make.bash
|
|
&& GOOS=linux GOARCH=arm64 GOROOT_BOOTSTRAP="$(go env GOROOT)" ./make.bash
|