We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59da58c + d16dd1c commit 9e69307Copy full SHA for 9e69307
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
3
references:
4
images:
5
- go: &GOLANG_IMAGE circleci/golang:latest
+ go: &GOLANG_IMAGE docker.mirror.hashicorp.services/circleci/golang:1.15.3
6
environments:
7
tmp: &TEST_RESULTS_PATH /tmp/test-results # path to where test results are saved
8
0 commit comments