Skip to content

Commit c5eff8e

Browse files
authored
Merge pull request kubernetes-sigs#274 from kubernetes-sigs/dependabot/github_actions/golangci/golangci-lint-action-6.1.0
🌱 Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0
2 parents 7ba60e3 + 8e1b32d commit c5eff8e

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@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # tag=v6.0.1
28+
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # tag=v6.1.0
2929
with:
3030
version: v1.54.1
3131
working-directory: ${{matrix.working-directory}}

0 commit comments

Comments
 (0)