Skip to content

Commit cb0c9e7

Browse files
authored
Merge pull request #2269 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 1dd8cd9 + 2d7ec90 commit cb0c9e7

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
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
go-version: ${{ steps.vars.outputs.go_version }}
2323
- name: golangci-lint
24-
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # tag=v3.6.0
24+
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # tag=v3.7.0
2525
with:
2626
version: v1.54.1
2727
args: --out-format=colored-line-number

0 commit comments

Comments
 (0)