Skip to content

Commit

Permalink
Merge pull request #105 from bmf-san/feature/replace-ci-img
Browse files Browse the repository at this point in the history
Use golang img instead of using cimg
  • Loading branch information
bmf-san authored Jun 26, 2023
2 parents 24ce113 + 90d5bfd commit ff2794c
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 @@ -12,7 +12,7 @@ jobs:
type: boolean
default: true
docker:
- image: "cimg/go:<< parameters.version >>"
- image: "golang:<< parameters.version >>"
working_directory: ~/go/src/github.com/bmf-san/goblin
environment:
GO111MODULE: "on"
Expand Down

0 comments on commit ff2794c

Please sign in to comment.