chore(deps): update golangci-lint version to v2.2.2 (#5670)

* update golangci-lint to v2.2.2

Signed-off-by: dongjiang <dongjiang1989@126.com>

* Update scripts/install-tools.sh

revert by codereview

---------

Signed-off-by: dongjiang <dongjiang1989@126.com>
This commit is contained in:
dongjiang 2025-08-08 18:07:44 +08:00 committed by GitHub
parent bb7a8af1c3
commit 5805ea0ef2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ jobs:
with:
verify: true
args: --timeout=30m
version: v2.1
version: v2.2
# https://github.com/daveshanley/vacuum
- name: Lint OpenAPI spec

View File

@ -17,7 +17,7 @@
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
CONTROLLER_TOOLS_GENERATOR_VERSION=v0.17.2
# renovate: datasource=github-releases depName=golangci/golangci-lint
GOLANG_CI_LINTER_VERSION=v2.1.6
GOLANG_CI_LINTER_VERSION=v2.2.2
# Execute
# scripts/install-tools.sh