Skip to content

Commit 97b4c2a

Browse files
committed
unix: update Dockerfile to Go 1.12beta1
The removed paddings are expected behavior resulting from CL 150602. Change-Id: I2c80405e20f92cca4890230c6f0644b724a8076e Reviewed-on: https://go-review.googlesource.com/c/155257 Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 074acd4 commit 97b4c2a

13 files changed

+8
-162
lines changed

unix/linux/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ RUN git clone --branch v4.19 --depth 1 https://kernel.googlesource.com/pub/scm/l
1717
RUN git clone --branch glibc-2.28 --depth 1 git://sourceware.org/git/glibc.git
1818

1919
# Get Go
20-
ENV GOLANG_VERSION 1.11
20+
ENV GOLANG_VERSION 1.12beta1
2121
ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
22-
ENV GOLANG_DOWNLOAD_SHA256 b3fcf280ff86558e0559e185b601c9eade0fd24c900b4c63cd14d1d38613e499
22+
ENV GOLANG_DOWNLOAD_SHA256 65bfd4a99925f1f85d712f4c1109977aa24ee4c6e198162bf8e819fdde19e875
2323

2424
RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz \
2525
&& echo "$GOLANG_DOWNLOAD_SHA256 golang.tar.gz" | sha256sum -c - \

unix/ztypes_linux_386.go

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unix/ztypes_linux_amd64.go

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unix/ztypes_linux_arm.go

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unix/ztypes_linux_arm64.go

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)