Upgrade go to 1.17.2 (#42427)

This commit is contained in:
idafurjes
2021-11-29 13:24:22 +01:00
committed by GitHub
parent 1e341f72f7
commit 0964999300
+1 -1
View File
@@ -100,7 +100,7 @@ RUN tar xf cue_${CUE_VERSION}_Linux_x86_64.tar.gz -C /tmp cue
# Use old Debian (this has support into 2022) in order to ensure binary compatibility with older glibc's.
FROM debian:stretch-20210208
ENV GOVERSION=1.17 \
ENV GOVERSION=1.17.2 \
PATH=/usr/local/go/bin:$PATH \
GOPATH=/go \
NODEVERSION=14.17.5-1nodesource1 \