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