udpate CI go version
Since we have to specify the minor release for `.go-version`, make sure the CI version doesn't automatically udpate.
This commit is contained in:
parent
71cbb2a81a
commit
05954a328d
|
@ -10,7 +10,7 @@ references:
|
||||||
executors:
|
executors:
|
||||||
go:
|
go:
|
||||||
docker:
|
docker:
|
||||||
- image: docker.mirror.hashicorp.services/cimg/go:1.17
|
- image: docker.mirror.hashicorp.services/cimg/go:1.17.2
|
||||||
environment:
|
environment:
|
||||||
CONSUL_VERSION: 1.7.2
|
CONSUL_VERSION: 1.7.2
|
||||||
GOMAXPROCS: 4
|
GOMAXPROCS: 4
|
||||||
|
|
Loading…
Reference in New Issue