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 c60d017 commit fcbe369Copy full SHA for fcbe369
scripts/linux/Dockerfile
@@ -13,8 +13,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
13
&& apt install -yq ruby wget git rpm build-essential s3cmd curl
14
15
# Installing Golang
16
-RUN GOLANG_SHA256="74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba" \
17
- && GOLANG_TARBALL="go1.19.3.linux-amd64.tar.gz" \
+RUN GOLANG_SHA256="ef79a11aa095a08772d2a69e4f152f897c4e96ee297b0dc20264b7dec2961abe" \
+ && GOLANG_TARBALL="go1.20.11.linux-amd64.tar.gz" \
18
&& wget -q "https://dl.google.com/go/${GOLANG_TARBALL}" \
19
&& echo "${GOLANG_SHA256} ${GOLANG_TARBALL}" | sha256sum -c \
20
&& tar -C /usr/local -xzf "${GOLANG_TARBALL}" \
0 commit comments