Skip to content

Commit

Permalink
Use docker mirror in CI (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeggies authored Nov 9, 2020
2 parents 59da58c + d16dd1c commit 9e69307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

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

Expand Down

0 comments on commit 9e69307

Please sign in to comment.