mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CircleCI: Upgrade to Go 1.14.3 and Node 12.17.0 (#25215)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
parent
e4832fa1ee
commit
01ecbae2ee
@ -41,7 +41,7 @@ executors:
|
|||||||
- image: cimg/go:1.14
|
- image: cimg/go:1.14
|
||||||
grafana-build:
|
grafana-build:
|
||||||
docker:
|
docker:
|
||||||
- image: grafana/build-container:1.2.18
|
- image: grafana/build-container:1.2.19
|
||||||
grafana-publish:
|
grafana-publish:
|
||||||
docker:
|
docker:
|
||||||
- image: grafana/grafana-ci-deploy:1.2.5
|
- image: grafana/grafana-ci-deploy:1.2.5
|
||||||
|
@ -76,10 +76,10 @@ RUN cd /tmp && \
|
|||||||
# Use old Debian (this has support into 2022) in order to ensure binary compatibility with older glibc's.
|
# Use old Debian (this has support into 2022) in order to ensure binary compatibility with older glibc's.
|
||||||
FROM debian:stretch-20200514
|
FROM debian:stretch-20200514
|
||||||
|
|
||||||
ENV GOVERSION=1.14.1 \
|
ENV GOVERSION=1.14.3 \
|
||||||
PATH=/usr/local/go/bin:$PATH \
|
PATH=/usr/local/go/bin:$PATH \
|
||||||
GOPATH=/go \
|
GOPATH=/go \
|
||||||
NODEVERSION=12.13.0
|
NODEVERSION=12.17.0
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
_version="1.2.18"
|
_version="1.2.19"
|
||||||
_tag="grafana/build-container:${_version}"
|
_tag="grafana/build-container:${_version}"
|
||||||
|
|
||||||
_dpath=$(dirname "${BASH_SOURCE[0]}")
|
_dpath=$(dirname "${BASH_SOURCE[0]}")
|
||||||
|
Loading…
Reference in New Issue
Block a user