Skip to content

Commit

Permalink
build: Terraform is now built with Go 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Feb 23, 2021
1 parent 160020a commit e3abe90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ references:
executors:
go:
docker:
- image: docker.mirror.hashicorp.services/circleci/golang:1.15
- image: docker.mirror.hashicorp.services/circleci/golang:1.16
environment:
CONSUL_VERSION: 1.7.2
GOMAXPROCS: 4
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.2
1.16.0

0 comments on commit e3abe90

Please sign in to comment.