Skip to content

Commit b15a3b1

Browse files
authored
Merge pull request #108 from crossplane/renovate/golangci-golangci-lint-action-9.x
chore(deps): update golangci/golangci-lint-action action to v9
2 parents 4003fbf + c459216 commit b15a3b1

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
@@ -44,7 +44,7 @@ jobs:
4444
run: go mod tidy && git diff --exit-code go.mod go.sum
4545

4646
- name: Lint
47-
uses: golangci/golangci-lint-action@v7
47+
uses: golangci/golangci-lint-action@v9
4848
with:
4949
version: ${{ env.GOLANGCI_VERSION }}
5050

0 commit comments

Comments
 (0)