Skip to content

Commit

Permalink
upgrade go to 1.12.13 (#6759)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin-huang authored and mikemorris committed Nov 13, 2019
1 parent d449b80 commit 58d36be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 2

references:
images:
go: &GOLANG_IMAGE circleci/golang:1.12.8
middleman: &MIDDLEMAN_IMAGE hashicorp/middleman-hashicorp:0.3.35
go: &GOLANG_IMAGE circleci/golang:1.12.13
middleman: &MIDDLEMAN_IMAGE hashicorp/middleman-hashicorp:0.3.40
ember: &EMBER_IMAGE circleci/node:8-browsers

paths:
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.8
ARG GOLANG_VERSION=1.12.13
FROM golang:${GOLANG_VERSION}

ARG GOTOOLS="github.com/elazarl/go-bindata-assetfs/... \
Expand Down
4 changes: 2 additions & 2 deletions 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.12.8
ENV GOLANG_VERSION 1.12.13

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

Expand All @@ -10,4 +10,4 @@ USER travis

COPY flake.sh /usr/local/bin/flake.sh

ENTRYPOINT [ "bash", "flake.sh" ]
ENTRYPOINT [ "bash", "flake.sh" ]

0 comments on commit 58d36be

Please sign in to comment.