Skip to content

Commit

Permalink
Merge pull request #1812 from reviewdog/massongit-patch-1
Browse files Browse the repository at this point in the history
Update CircleCI's golang image to 1.21.7
  • Loading branch information
haya14busa committed Jul 2, 2024
2 parents ae3d91f + 8337f2a commit 24443e7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
version: 2
version: 2.1

executors:
golang-executor:
docker:
- image: cimg/go:1.21.7

jobs:
lint:
working_directory: ~/reviewdog
docker:
- image: circleci/golang:1.17
executor: golang-executor
steps:
- checkout
- run:
Expand Down

0 comments on commit 24443e7

Please sign in to comment.