Skip to content

Commit 9e69307

Browse files
authored
Use docker mirror in CI (#82)
2 parents 59da58c + d16dd1c commit 9e69307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
references:
44
images:
5-
go: &GOLANG_IMAGE circleci/golang:latest
5+
go: &GOLANG_IMAGE docker.mirror.hashicorp.services/circleci/golang:1.15.3
66
environments:
77
tmp: &TEST_RESULTS_PATH /tmp/test-results # path to where test results are saved
88

0 commit comments

Comments
 (0)