Skip to content

Commit

Permalink
Merge pull request #174 from crossplane/renovate/golangci-golangci-li…
Browse files Browse the repository at this point in the history
…nt-action-6.x

Update golangci/golangci-lint-action action to v6
  • Loading branch information
negz authored Sep 16, 2024
2 parents 1dcaec2 + 7f4b7bb commit 25f3661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6
with:
version: ${{ env.GOLANGCI_VERSION }}
skip-cache: true # We do our own caching.
Expand Down

0 comments on commit 25f3661

Please sign in to comment.