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.
1 parent fccf7af commit e85319cCopy full SHA for e85319c
.github/workflows/pr-golangci-lint.yaml
@@ -30,7 +30,7 @@ jobs:
30
- name: golangci-lint
31
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8.0.0
32
with:
33
- version: v2.3.0
+ version: v2.4.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.3.0
+version: v2.4.0
2
name: golangci-lint-kube-api-linter
3
destination: ./bin
4
plugins:
0 commit comments