Skip to content

Commit b465fed

Browse files
authored
Merge pull request #947 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 cc6dade + 1afda3b commit b465fed

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
@@ -30,7 +30,7 @@ jobs:
3030
cache: false
3131
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6
3232
- name: golangci-lint
33-
uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # tag=v5.3.0
33+
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # tag=v6.0.1
3434
with:
3535
version: v1.57.2
3636
args: --out-format=colored-line-number

0 commit comments

Comments
 (0)