Merge pull request #215 from crossplane/renovate/golangci-golangci-lint-action-8.x

Update golangci/golangci-lint-action action to v8
This commit is contained in:
Nic Cope 2025-07-11 17:55:07 -07:00 committed by GitHub
commit 575b32572f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ jobs:
# this action because it leaves 'annotations' (i.e. it comments on PRs to
# point out linter violations).
- name: Lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
with:
version: ${{ env.GOLANGCI_VERSION }}
skip-cache: true # We do our own caching.