Update Go Dependency to 1.19.3

This commit is contained in:
Sarah Jamie Lewis 2022-11-30 17:31:15 +00:00
parent b55c0713cb
commit 224ce2663d
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.15.10
ENV GOLANG_SHA256=c1dbca6e0910b41d61a95bf9878f6d6e93d15d884c226b91d9d4b1113c10dd65
ENV GOLANG_VERSION=1.19.3
ENV GOLANG_SHA256=18ac263e39210bcf68d85f4370e97fb1734166995a1f63fb38b4f6e07d90d212
RUN set -eux; \
apt-get update; \