Skip to content

Commit

Permalink
Merge pull request #372 from hashicorp/docker-mirror
Browse files Browse the repository at this point in the history
use hashicorp docker mirror to prevent rate limit
  • Loading branch information
lkysow authored Oct 30, 2020
2 parents 304aa72 + 76cf8ec commit 0cedbbf
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 @@ -4,7 +4,7 @@ version: 2.1
executors:
go:
docker:
- image: circleci/golang:1.14
- image: docker.mirror.hashicorp.services/circleci/golang:1.14
environment:
- TEST_RESULTS: /tmp/test-results # path to where test results are saved
- CONSUL_VERSION: 71ba8300a3d25b335aff0de9f9dd2a82fc2e58f1 # Consul's OSS version to use in tests
Expand Down

0 comments on commit 0cedbbf

Please sign in to comment.