Merge pull request #720 from unpoller/dependabot/github_actions/golangci/golangci-lint-action-6

Bump golangci/golangci-lint-action from 5 to 6
This commit is contained in:
Cody Lee 2024-05-13 04:41:12 -05:00 committed by GitHub
commit e2dd7dc300
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
go-version: ${{ matrix.go }}
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
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.54