Skip to content

Commit

Permalink
switch to hashicorp docker mirror (hashicorp#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin-huang authored Jan 5, 2021
1 parent e3c5b66 commit 7b636bf
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ version: 2.1

references:
images:
go-1.13: &GOLANG_1_13_IMAGE circleci/golang:1.13
go-1.14: &GOLANG_1_14_IMAGE circleci/golang:1.14
go-1.13: &GOLANG_1_13_IMAGE docker.mirror.hashicorp.services/circleci/golang:1.13
go-1.14: &GOLANG_1_14_IMAGE docker.mirror.hashicorp.services/circleci/golang:1.14

environment: &ENVIRONMENT
TEST_RESULTS_DIR: &TEST_RESULTS_DIR /tmp/test-results # path to where test results are saved
GOTRACEBACK: 'all'
GO111MODULE: 'on'
GOTRACEBACK: "all"
GO111MODULE: "on"
GOMAXPROCS: 2

jobs:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- image: << parameters.go-version >>
environment:
<<: *ENVIRONMENT
GOARCH: '386'
GOARCH: "386"
steps:
- checkout
- run: mkdir -p $TEST_RESULTS_DIR
Expand Down Expand Up @@ -120,5 +120,3 @@ workflows:
go-version: *GOLANG_1_14_IMAGE
requires:
- go-fmt-and-vet


0 comments on commit 7b636bf

Please sign in to comment.