Merge pull request #28770 from hashicorp/jbardin/cimg
update circle go image to cimg, matching release pipeline
This commit is contained in:
commit
cebbc8b246
|
@ -10,7 +10,7 @@ references:
|
||||||
executors:
|
executors:
|
||||||
go:
|
go:
|
||||||
docker:
|
docker:
|
||||||
- image: docker.mirror.hashicorp.services/circleci/golang:1.16
|
- image: docker.mirror.hashicorp.services/cimg/go:1.16
|
||||||
environment:
|
environment:
|
||||||
CONSUL_VERSION: 1.7.2
|
CONSUL_VERSION: 1.7.2
|
||||||
GOMAXPROCS: 4
|
GOMAXPROCS: 4
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.16.3
|
1.16.4
|
||||||
|
|
Loading…
Reference in New Issue