chore: update go

This commit is contained in:
Anastasiya Semenkevich 2024-05-28 11:48:58 +03:00
parent 8fa44ceae7
commit 1a082ce375
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v3.22.1/cmake-3.22.1
ENV PATH="/opt/cmake/bin:${PATH}"
# Installing Golang
RUN GOLANG_SHA256="698ef3243972a51ddb4028e4a1ac63dc6d60821bf18e59a807e051fee0a385bd" \
&& GOLANG_TARBALL="go1.20.4.linux-amd64.tar.gz" \
RUN GOLANG_SHA256="d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742" \
&& GOLANG_TARBALL="go1.21.0.linux-amd64.tar.gz" \
&& wget -q "https://dl.google.com/go/${GOLANG_TARBALL}" \
&& echo "${GOLANG_SHA256} ${GOLANG_TARBALL}" | sha256sum -c \
&& sudo tar -C /usr/local -xzf "${GOLANG_TARBALL}" \