Merge pull request #706 from unpoller/dependabot/github_actions/golangci/golangci-lint-action-5

Bump golangci/golangci-lint-action from 4 to 5
This commit is contained in:
Cody Lee 2024-04-29 06:08:51 -05:00 committed by GitHub
commit 38d700a21d
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@v4
uses: golangci/golangci-lint-action@v5
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