Skip to content

Commit

Permalink
Merge pull request #161 from hashicorp/use-dockerhub-mirror
Browse files Browse the repository at this point in the history
Use Dockerhub Mirror
  • Loading branch information
dnephin authored Oct 29, 2020
2 parents c4b85f6 + 2e86a49 commit 738cb31
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 @@ -10,7 +10,7 @@ locals:
executors:
go:
docker:
- image: circleci/golang:1.13.15
- image: docker.mirror.hashicorp.services/circleci/golang:1.13.15
environment:
- TEST_RESULTS: /tmp/test-results # path to where test results are saved

Expand Down

0 comments on commit 738cb31

Please sign in to comment.