CircleCI: Upgrade to Go 1.14.3 and Node 12.17.0 (#25215)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
(cherry picked from commit 01ecbae2ee)
This commit is contained in:
committed by
Marcus Andersson
parent
3224f7587a
commit
cafb3a14ef
@@ -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
|
||||||
|
|||||||
@@ -74,10 +74,10 @@ RUN cd /tmp && \
|
|||||||
# base image to crossbuild grafana
|
# base image to crossbuild grafana
|
||||||
FROM ubuntu:20.04
|
FROM ubuntu:20.04
|
||||||
|
|
||||||
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]}")
|
||||||
|
|||||||
Reference in New Issue
Block a user