Commit 01ecbae2 by Arve Knudsen Committed by GitHub

CircleCI: Upgrade to Go 1.14.3 and Node 12.17.0 (#25215)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent e4832fa1
...@@ -41,7 +41,7 @@ executors: ...@@ -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 && \ ...@@ -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
......
#!/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]}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment