Merge pull request #674 from unpoller/dependabot/github_actions/golangci/golangci-lint-action-4

Bump golangci/golangci-lint-action from 3 to 4
This commit is contained in:
Cody Lee 2024-02-12 04:20:25 -06:00 committed by GitHub
commit 9adfa5739f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.53