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:
Arve Knudsen
2020-06-01 11:21:57 +02:00
committed by Marcus Andersson
parent 3224f7587a
commit cafb3a14ef
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -74,10 +74,10 @@ RUN cd /tmp && \
# base image to crossbuild grafana
FROM ubuntu:20.04
ENV GOVERSION=1.14.1 \
ENV GOVERSION=1.14.3 \
PATH=/usr/local/go/bin:$PATH \
GOPATH=/go \
NODEVERSION=12.13.0
NODEVERSION=12.17.0
ARG DEBIAN_FRONTEND=noninteractive
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
set -eo pipefail
_version="1.2.18"
_version="1.2.19"
_tag="grafana/build-container:${_version}"
_dpath=$(dirname "${BASH_SOURCE[0]}")