Skip to content

Commit 7391ab3

Browse files
authored
Merge pull request #770 from rancher/dependabot/github_actions/golangci/golangci-lint-action-9.0.0
chore(deps): Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0
2 parents 0e55903 + 8311df1 commit 7391ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
go-version-file: go.mod
2424
- name: golangci-lint
25-
uses: golangci/golangci-lint-action@v8.0.0
25+
uses: golangci/golangci-lint-action@v9.0.0
2626
with:
2727
version: v2.1.0
2828
working-directory: ${{matrix.working-directory}}

0 commit comments

Comments
 (0)