mirror of https://github.com/status-im/consul.git
chore: update to Go 1.14.11
This commit is contained in:
parent
a9269c2c07
commit
76417b2460
|
@ -3,9 +3,8 @@ version: 2
|
||||||
|
|
||||||
references:
|
references:
|
||||||
images:
|
images:
|
||||||
go: &GOLANG_IMAGE circleci/golang:1.14.7
|
go: &GOLANG_IMAGE docker.mirror.hashicorp.services/circleci/golang:1.14.11
|
||||||
middleman: &MIDDLEMAN_IMAGE hashicorp/middleman-hashicorp:0.3.40
|
ember: &EMBER_IMAGE docker.mirror.hashicorp.services/circleci/node:12-browsers
|
||||||
ember: &EMBER_IMAGE circleci/node:12-browsers
|
|
||||||
|
|
||||||
paths:
|
paths:
|
||||||
test-results: &TEST_RESULTS_DIR /tmp/test-results
|
test-results: &TEST_RESULTS_DIR /tmp/test-results
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG GOLANG_VERSION=1.14.7
|
ARG GOLANG_VERSION=1.14.11
|
||||||
FROM golang:${GOLANG_VERSION}
|
FROM golang:${GOLANG_VERSION}
|
||||||
|
|
||||||
ARG GOTOOLS="github.com/elazarl/go-bindata-assetfs/... \
|
ARG GOTOOLS="github.com/elazarl/go-bindata-assetfs/... \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
FROM travisci/ci-garnet:packer-1512502276-986baf0
|
FROM travisci/ci-garnet:packer-1512502276-986baf0
|
||||||
|
|
||||||
ENV GOLANG_VERSION 1.14.7
|
ENV GOLANG_VERSION 1.14.11
|
||||||
|
|
||||||
RUN mkdir -p /home/travis/go && chown -R travis /home/travis/go
|
RUN mkdir -p /home/travis/go && chown -R travis /home/travis/go
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue