Skip to content

Commit

Permalink
Merge pull request #227 from hashicorp/use-dockerhub-mirror
Browse files Browse the repository at this point in the history
Use Dockerhub Mirror
  • Loading branch information
dnephin committed Oct 30, 2020
2 parents 9e07daf + 2ba89db commit 822dee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -4,7 +4,7 @@ version: 2.1
executors:
go:
docker:
- image: circleci/golang:1.12.8
- image: docker.mirror.hashicorp.services/circleci/golang:1.12.8
environment:
- TEST_RESULTS: /tmp/test-results # path to where test results are saved

Expand Down

0 comments on commit 822dee6

Please sign in to comment.