Skip to content

Commit

Permalink
Update toolchain to Go 1.12.8 (#6319)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeler authored Aug 14, 2019
1 parent 71f9866 commit 6d99524
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.12.1
go: &GOLANG_IMAGE circleci/golang:1.12.8
middleman: &MIDDLEMAN_IMAGE hashicorp/middleman-hashicorp:0.3.35
ember: &EMBER_IMAGE circleci/node:8-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.12.1
ARG GOLANG_VERSION=1.12.8
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.10.3
ENV GOLANG_VERSION 1.12.8

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

Expand Down

0 comments on commit 6d99524

Please sign in to comment.