Skip to content

Commit fa07f03

Browse files
committed
Bump Kube API Linter version to latest
Signed-off-by: sivchari <[email protected]>
1 parent 2607e55 commit fa07f03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: golangci-lint
3131
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8.0.0
3232
with:
33-
version: v2.4.0
33+
version: v2.6.1
3434
working-directory: ${{matrix.working-directory}}
3535
- name: Lint API
3636
run: make lint-api

hack/tools/.custom-gcl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
version: v2.4.0
1+
version: v2.6.1
22
name: golangci-lint-kube-api-linter
33
destination: ./bin
44
plugins:
55
- module: 'sigs.k8s.io/kube-api-linter'
6-
version: v0.0.0-20250908163129-65a570bd22aa
6+
version: v0.0.0-20251107220451-f87b38edda8c

0 commit comments

Comments
 (0)