Skip to content

Commit

Permalink
fix: golangci-lint installation step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tchung1118 committed Jun 27, 2024
1 parent 897df36 commit 8c41d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
name: Install golangci-lint
with:
version: latest
args: --version # make lint will run the linter
args: --help # make lint will run the linter

- run: make lint
name: Lint

0 comments on commit 8c41d9b

Please sign in to comment.