Skip to content

Commit

Permalink
ci: upgrade to use Go 1.16.7 (#10856)
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer authored Aug 16, 2021
1 parent ed85684 commit e0d1e26
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changelog/10856.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
ci: upgrade to use Go 1.16.7
```
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ references:
images:
# When updating the Go version, remember to also update the versions in the
# workflows section for go-test-lib jobs.
go: &GOLANG_IMAGE docker.mirror.hashicorp.services/circleci/golang:1.16.3
go: &GOLANG_IMAGE docker.mirror.hashicorp.services/circleci/golang:1.16.7
ember: &EMBER_IMAGE docker.mirror.hashicorp.services/circleci/node:14-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.15.5
ARG GOLANG_VERSION=1.16.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.15.5
ENV GOLANG_VERSION 1.16.7

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

Expand Down

0 comments on commit e0d1e26

Please sign in to comment.