From 5805ea0ef28b6988d36919e32e771eaae1fd80b3 Mon Sep 17 00:00:00 2001 From: dongjiang Date: Fri, 8 Aug 2025 18:07:44 +0800 Subject: [PATCH] chore(deps): update golangci-lint version to v2.2.2 (#5670) * update golangci-lint to v2.2.2 Signed-off-by: dongjiang * Update scripts/install-tools.sh revert by codereview --------- Signed-off-by: dongjiang --- .github/workflows/lint.yaml | 2 +- scripts/install-tools.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 681d7f17a..45101ce9d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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 diff --git a/scripts/install-tools.sh b/scripts/install-tools.sh index 3ddb9b286..de45e63d4 100755 --- a/scripts/install-tools.sh +++ b/scripts/install-tools.sh @@ -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