Merge pull request #70 from crossplane/renovate/golangci-golangci-lint-action-6.x

chore(deps): update golangci/golangci-lint-action action to v6
This commit is contained in:
Nic Cope 2024-05-30 16:38:30 -07:00 committed by GitHub
commit 995ae26b58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ jobs:
cache: false # The golangci-lint action does its own caching.
- name: Lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: ${{ env.GOLANGCI_VERSION }}