Skip to content

Commit

Permalink
removing private image
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Feb 20, 2024
1 parent 60479f7 commit a2554ca
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ version: 2.1
executors:
go-build:
docker:
- image: us-docker.pkg.dev/pantheon-artifacts/internal/go-build:1.21
auth:
username: _json_key
password: $CIRCLE_CI_COMMON_KEY
- image: docker.io/library/golang:1.21
commands:
# commands to persist and load CIRCLE_BUILD_NUM across jobs:
save-build-num:
Expand Down Expand Up @@ -61,6 +58,4 @@ workflows:
test:
jobs:
- test:
context:
- gcp-credentials-ar-ci
- sig-go-project

0 comments on commit a2554ca

Please sign in to comment.