Skip to content

Commit

Permalink
Merge pull request #668 from tdewolff/dependabot/github_actions/golan…
Browse files Browse the repository at this point in the history
…gci/golangci-lint-action-4

Bump golangci/golangci-lint-action from 3 to 4
  • Loading branch information
tdewolff authored Feb 17, 2024
2 parents f503673 + efe88dd commit 8690ba5
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 @@ -45,7 +45,7 @@ jobs:
go-version: '>=1.17'

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
continue-on-error: true
with:
version: latest

0 comments on commit 8690ba5

Please sign in to comment.