Skip to content

Commit 439e970

Browse files
authored
Merge pull request kubernetes-sigs#10568 from kubernetes-sigs/dependabot/github_actions/golangci/golangci-lint-action-5.3.0
🌱 Bump golangci/golangci-lint-action from 5.1.0 to 5.3.0
2 parents bcec7ee + ffcb844 commit 439e970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-golangci-lint.yaml

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@9d1e0624a798bb64f6c3cea93db47765312263dc # tag=v5.1.0
31+
uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # tag=v5.3.0
3232
with:
3333
version: v1.57.2
3434
args: --out-format=colored-line-number

0 commit comments

Comments
 (0)