Skip to content

Commit

Permalink
Merge pull request #29 from things-go/dependabot/github_actions/golan…
Browse files Browse the repository at this point in the history
…gci/golangci-lint-action-5

chore(deps): bump golangci/golangci-lint-action from 3 to 5
  • Loading branch information
thinkgos authored May 15, 2024
2 parents 6382b02 + 84fff31 commit b970294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v5
with:
args: -E goimports -E gocritic -E misspell -E revive

0 comments on commit b970294

Please sign in to comment.