Skip to content

Commit

Permalink
Merge pull request #2 from jonhadfield/dependabot/github_actions/gola…
Browse files Browse the repository at this point in the history
…ngci/golangci-lint-action-5

Bump golangci/golangci-lint-action from 3 to 5
  • Loading branch information
jonhadfield authored Apr 29, 2024
2 parents 5e7d0bc + 4cd7f45 commit fdd690e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: false
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v5
with:
version: latest
args: -v --disable lll --disable interfacer --disable gochecknoglobals

0 comments on commit fdd690e

Please sign in to comment.