mirror of
https://github.com/grafana/grafana.git
synced 2026-06-09 08:34:38 -04:00
Upgrade go to version 1.17.2 in ci-build (#42323)
This commit is contained in:
parent
ac6867c3bb
commit
d2c8b24d72
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue