Skip to content

Commit

Permalink
Merge pull request #149 from JacobOaks/joaks/glc_fix
Browse files Browse the repository at this point in the history
CI: Fix golangci-lint installation step
  • Loading branch information
JacobOaks authored Apr 29, 2024
2 parents d7c76af + 9f2ab0b commit 2f37a2a
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 @@ -49,7 +49,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
Expand Down

0 comments on commit 2f37a2a

Please sign in to comment.