Skip to content

Commit fcbe369

Browse files
committed
chore: update go-waku
1 parent c60d017 commit fcbe369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/linux/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
1313
&& apt install -yq ruby wget git rpm build-essential s3cmd curl
1414

1515
# Installing Golang
16-
RUN GOLANG_SHA256="74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba" \
17-
&& GOLANG_TARBALL="go1.19.3.linux-amd64.tar.gz" \
16+
RUN GOLANG_SHA256="ef79a11aa095a08772d2a69e4f152f897c4e96ee297b0dc20264b7dec2961abe" \
17+
&& GOLANG_TARBALL="go1.20.11.linux-amd64.tar.gz" \
1818
&& wget -q "https://dl.google.com/go/${GOLANG_TARBALL}" \
1919
&& echo "${GOLANG_SHA256} ${GOLANG_TARBALL}" | sha256sum -c \
2020
&& tar -C /usr/local -xzf "${GOLANG_TARBALL}" \

0 commit comments

Comments
 (0)