Skip to content

Commit 331837b

Browse files
authored
Merge pull request #1876 from rancher/dependabot/github_actions/golangci/golangci-lint-action-9
chore(deps): Bump golangci/golangci-lint-action from 8 to 9
2 parents 05957b8 + 72e337b commit 331837b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
go-version-file: go.mod
2727
- name: golangci-lint
28-
uses: golangci/golangci-lint-action@v8
28+
uses: golangci/golangci-lint-action@v9
2929
with:
3030
version: v2.1.6
3131
working-directory: ${{matrix.working-directory}}

0 commit comments

Comments
 (0)