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 c82be19 commit b348130Copy full SHA for b348130
.custom-gcl.yml
@@ -1,4 +1,4 @@
1
-version: v2.2.1
+version: v2.7.0
2
name: golangci-kube-api-linter
3
destination: ./bin
4
plugins:
.github/workflows/kal.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Go
22
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5.0
23
- name: Install Golang CI Lint
24
- run: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.2.1
+ run: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.7.0
25
- name: Build KAL
26
run: golangci-lint custom
27
- name: run api linter
0 commit comments