Skip to content

Commit

Permalink
ci: bump Go to v1.14.7 (#8449)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorris authored and hashicorp-ci committed Aug 12, 2020
1 parent 04fcbff commit a6265d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2

references:
images:
go: &GOLANG_IMAGE circleci/golang:1.14.6
go: &GOLANG_IMAGE circleci/golang:1.14.7
middleman: &MIDDLEMAN_IMAGE hashicorp/middleman-hashicorp:0.3.40
ember: &EMBER_IMAGE circleci/node:12-browsers

Expand Down
2 changes: 1 addition & 1 deletion build-support/docker/Build-Go.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GOLANG_VERSION=1.14.1
ARG GOLANG_VERSION=1.14.7
FROM golang:${GOLANG_VERSION}

ARG GOTOOLS="github.com/elazarl/go-bindata-assetfs/... \
Expand Down
2 changes: 1 addition & 1 deletion build-support/docker/Test-Flake.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM travisci/ci-garnet:packer-1512502276-986baf0

ENV GOLANG_VERSION 1.14.1
ENV GOLANG_VERSION 1.14.7

RUN mkdir -p /home/travis/go && chown -R travis /home/travis/go

Expand Down

0 comments on commit a6265d2

Please sign in to comment.