Skip to content

Commit a2a7bb0

Browse files
authored
Merge pull request #8790 from kubernetes-sigs/dependabot/github_actions/golangci/golangci-lint-action-3.5.0
🌱 Bump golangci/golangci-lint-action from 3.4.0 to 3.5.0
2 parents 60b1426 + 2fd94f3 commit a2a7bb0

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
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
go-version: ${{ steps.vars.outputs.go_version }}
3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # tag=v3.4.0
31+
uses: golangci/golangci-lint-action@5f1fec7010f6ae3b84ea4f7b2129beb8639b564f # tag=v3.5.0
3232
with:
3333
version: v1.52.1
3434
working-directory: ${{matrix.working-directory}}

0 commit comments

Comments
 (0)