Skip to content

Commit

Permalink
Upgrade go to version 1.17.2 in ci-build (grafana#42323)
Browse files Browse the repository at this point in the history
  • Loading branch information
idafurjes authored Nov 25, 2021
1 parent ac6867c commit d2c8b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/ci-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN rm dockerize-linux-amd64-v${DOCKERIZE_VERSION}.tar.gz
# 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=16.13.0-1nodesource1 \
Expand Down

0 comments on commit d2c8b24

Please sign in to comment.