Update Go 1.22

This commit is contained in:
Sarah Jamie Lewis 2024-02-26 17:56:32 +00:00
parent 6da170e45a
commit 48c9756d58
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ RUN ln -sf $ANDROID_HOME/ndk/$NDK_VER $ANDROID_HOME/ndk-bundle
## - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN echo 'hosts: files dns' > /etc/nsswitch.conf
ENV GOLANG_VERSION=1.21.5.linux-amd64
ENV GOLANG_SHA256=e2bc0b3e4b64111ec117295c088bde5f00eeed1567999ff77bc859d7df70078e
ENV GOLANG_VERSION=1.22.linux-amd64
ENV GOLANG_SHA256=f6c8a87aa03b92c4b0bf3d558e28ea03006eb29db78917daec5cfb6ec1046265
RUN set -eux; \
apt-get update; \