Skip to content

Commit e85319c

Browse files
committed
update golangci linter version to v2.4.0
Signed-off-by: dongjiang <[email protected]>
1 parent fccf7af commit e85319c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3.0
33+
version: v2.4.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.3.0
1+
version: v2.4.0
22
name: golangci-lint-kube-api-linter
33
destination: ./bin
44
plugins:

0 commit comments

Comments
 (0)