Skip to content

Commit 91af7f6

Browse files
authored
Merge pull request #387 from crossplane-contrib/dependabot/github_actions/golangci/golangci-lint-action-9
Bump golangci/golangci-lint-action from 8 to 9
2 parents 79cb388 + 70ffcdd commit 91af7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# this action because it leaves 'annotations' (i.e. it comments on PRs to
7878
# point out linter violations).
7979
- name: Lint
80-
uses: golangci/golangci-lint-action@v8
80+
uses: golangci/golangci-lint-action@v9
8181
with:
8282
args: --timeout=10m0s
8383
version: ${{ env.GOLANGCI_VERSION }}

0 commit comments

Comments
 (0)