Skip to content

Commit 9274e10

Browse files
authored
Merge pull request #5734 from kubernetes-sigs/dependabot/github_actions/golangci/golangci-lint-action-9.0.0
🌱 Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0
2 parents 617e4b5 + e2a0554 commit 9274e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
go-version: ${{ steps.vars.outputs.go_version }}
2828
- name: golangci-lint
29-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8.0.0
29+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # tag=v9.0.0
3030
with:
3131
version: v2.1.0
3232
working-directory: ${{matrix.working-directory}}

0 commit comments

Comments
 (0)