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 ea54a3c commit 59c9f1bCopy full SHA for 59c9f1b
unix/linux/Dockerfile
@@ -18,10 +18,9 @@ RUN git clone --branch v5.6 --depth 1 https://kernel.googlesource.com/pub/scm/li
18
RUN git clone --branch release/2.31/master --depth 1 git://sourceware.org/git/glibc.git
19
20
# Get Go
21
-# TODO: update to Go 1.14 once there is a minor release with https://golang.org/issue/37622 fixed.
22
-ENV GOLANG_VERSION 1.13.9
+ENV GOLANG_VERSION 1.14.2
23
ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
24
-ENV GOLANG_DOWNLOAD_SHA256 f4ad8180dd0aaf7d7cda7e2b0a2bf27e84131320896d376549a7d849ecf237d7
+ENV GOLANG_DOWNLOAD_SHA256 6272d6e940ecb71ea5636ddb5fab3933e087c1356173c61f4a803895e947ebb3
25
26
RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz \
27
&& echo "$GOLANG_DOWNLOAD_SHA256 golang.tar.gz" | sha256sum -c - \
0 commit comments