Skip to content

Commit 46412f0

Browse files
authored
Merge pull request #9261 from kubernetes-sigs/dependabot/github_actions/golangci/golangci-lint-action-3.7.0
🌱 Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0
2 parents 1e3d96c + abf812f commit 46412f0

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@639cd343e1d3b897ff35927a75193d57cfcba299 # tag=v3.6.0
31+
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # tag=v3.7.0
3232
with:
3333
version: v1.54.1
3434
args: --out-format=colored-line-number

0 commit comments

Comments
 (0)