Skip to content

Commit 665e8c7

Browse files
committed
unix/linux: update Dockerfile to Go 1.17beta1
Running `GOOS=linux GOARCH=amd64 ./mkall.sh` produces no changes, as expected. Change-Id: I09ec5243376fe76792d2b5e4984d8e2409dc7ce3 Reviewed-on: https://go-review.googlesource.com/c/sys/+/327729 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
1 parent a4fc739 commit 665e8c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unix/linux/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ RUN git clone --branch v5.12 --depth 1 https://kernel.googlesource.com/pub/scm/l
2121
RUN git clone --branch release/2.33/master --depth 1 git://sourceware.org/git/glibc.git
2222

2323
# Get Go
24-
ENV GOLANG_VERSION 1.16.3
24+
ENV GOLANG_VERSION 1.17beta1
2525
ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
26-
ENV GOLANG_DOWNLOAD_SHA256 951a3c7c6ce4e56ad883f97d9db74d3d6d80d5fec77455c6ada6c1f7ac4776d2
26+
ENV GOLANG_DOWNLOAD_SHA256 a479681705b65971f9db079bfce53c4393bfa241d952eb09de88fb40677d3c4c
2727

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

0 commit comments

Comments
 (0)