We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 173ed0b + 55917ca commit 9236d0cCopy full SHA for 9236d0c
.github/workflows/pr-golangci-lint.yaml
@@ -28,9 +28,9 @@ jobs:
28
with:
29
go-version: ${{ steps.vars.outputs.go_version }}
30
- name: golangci-lint
31
- uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
+ uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8.0.0
32
33
- version: v2.0.2
+ version: v2.1.0
34
working-directory: ${{matrix.working-directory}}
35
- name: Lint API
36
run: make lint-api
hack/tools/.custom-gcl.yaml
@@ -1,4 +1,4 @@
1
-version: v2.0.2
+version: v2.1.0
2
name: golangci-lint-kube-api-linter
3
destination: ./bin
4
plugins:
0 commit comments