Skip to content

Commit

Permalink
fix: golangci-lint installation step in CI (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchung1118 authored Jun 27, 2024
1 parent 897df36 commit 11da7b7
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 11da7b7

Please sign in to comment.