build: Terraform is now built with Go 1.16
This commit is contained in:
parent
160020a1e1
commit
e3abe9020d
|
@ -10,7 +10,7 @@ references:
|
||||||
executors:
|
executors:
|
||||||
go:
|
go:
|
||||||
docker:
|
docker:
|
||||||
- image: docker.mirror.hashicorp.services/circleci/golang:1.15
|
- image: docker.mirror.hashicorp.services/circleci/golang:1.16
|
||||||
environment:
|
environment:
|
||||||
CONSUL_VERSION: 1.7.2
|
CONSUL_VERSION: 1.7.2
|
||||||
GOMAXPROCS: 4
|
GOMAXPROCS: 4
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.15.2
|
1.16.0
|
||||||
|
|
Loading…
Reference in New Issue