ci: upgrade to use Go 1.16.7 (#10856)

This commit is contained in:
R.B. Boyer 2021-08-16 12:21:16 -05:00 committed by GitHub
parent e1da3da0e2
commit 4cad5b8a04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

3
.changelog/10856.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:improvement
ci: upgrade to use Go 1.16.7
```

View File

@ -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:

View File

@ -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/... \

View File

@ -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