Skip to content

Commit 4de6788

Browse files
authored
Merge pull request #232 from kubernetes-sigs/dependabot/github_actions/golangci/golangci-lint-action-6.0.1
🌱 Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1
2 parents dcb4f5a + 7c6312f commit 4de6788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
go-version: ${{ steps.vars.outputs.go_version }}
2727
- name: golangci-lint
28-
uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # tag=v5.3.0
28+
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # tag=v6.0.1
2929
with:
3030
version: v1.54.1
3131
working-directory: ${{matrix.working-directory}}

0 commit comments

Comments
 (0)