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:
commit
575b32572f
|
@ -107,7 +107,7 @@ jobs:
|
||||||
# this action because it leaves 'annotations' (i.e. it comments on PRs to
|
# this action because it leaves 'annotations' (i.e. it comments on PRs to
|
||||||
# point out linter violations).
|
# point out linter violations).
|
||||||
- name: Lint
|
- name: Lint
|
||||||
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6
|
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
|
||||||
with:
|
with:
|
||||||
version: ${{ env.GOLANGCI_VERSION }}
|
version: ${{ env.GOLANGCI_VERSION }}
|
||||||
skip-cache: true # We do our own caching.
|
skip-cache: true # We do our own caching.
|
||||||
|
|
Loading…
Reference in New Issue