Skip to content

Commit

Permalink
chore: use non-legacy convenience imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Dec 11, 2023
1 parent fb2070e commit 7cef8c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: /go/src/github.com/flowerinthenight/golang-monorepo/
docker:
- image: golang:1.20.5
- image: cimg/go
steps:
- checkout
- setup_remote_docker:
Expand Down
2 changes: 1 addition & 1 deletion services/samplesvc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $(BASE):

.PHONY: custom docker deploy

# The rule that is called by our root Makefile during CI builds.
## The rule that is called by our root Makefile during CI builds.
custom: docker deploy

docker:
Expand Down

0 comments on commit 7cef8c4

Please sign in to comment.