Skip to content

Commit

Permalink
remove golangci-lint --version flags
Browse files Browse the repository at this point in the history
Signed-off-by: junya koyama <arukiidou@yahoo.co.jp>
  • Loading branch information
arukiidou committed Mar 27, 2024
1 parent b39f8b6 commit e9bb11c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
- uses: golangci/golangci-lint-action@v4
name: Install golangci-lint
with:
version: latest
args: --version # make lint will run the linter
version: latest # make lint will run the linter

- run: make lint
name: Lint
Expand Down

0 comments on commit e9bb11c

Please sign in to comment.