Skip to content

Commit 9236d0c

Browse files
authored
Merge pull request #12170 from sivchari/followup-gcl
🐛 Upgrade golangci-lint to v2.1.0
2 parents 173ed0b + 55917ca commit 9236d0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
with:
2929
go-version: ${{ steps.vars.outputs.go_version }}
3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
31+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8.0.0
3232
with:
33-
version: v2.0.2
33+
version: v2.1.0
3434
working-directory: ${{matrix.working-directory}}
3535
- name: Lint API
3636
run: make lint-api

hack/tools/.custom-gcl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: v2.0.2
1+
version: v2.1.0
22
name: golangci-lint-kube-api-linter
33
destination: ./bin
44
plugins:

0 commit comments

Comments
 (0)