diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3be0cce3f..46f11b476 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,7 +40,7 @@ jobs: uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1 with: working-directory: ${{ matrix.directory }} - version: v1.61.0 # renovate: datasource=github-tags depName=golangci/golangci-lint + version: v1.62.2 # renovate: datasource=github-tags depName=golangci/golangci-lint njs-lint: name: NJS Lint diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e384a35cb..8695265be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: - javascript - repo: https://github.com/golangci/golangci-lint - rev: v1.61.0 + rev: v1.62.2 hooks: - id: golangci-lint-full name: golangci-lint-root diff --git a/Makefile b/Makefile index cf939238f..e14552ed8 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ GO_LINKER_FLAGS = $(GO_LINKER_FLAGS_OPTIMIZATIONS) $(GO_LINKER_FlAGS_VARS) # tools versions # renovate: datasource=github-tags depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION = v1.61.0 +GOLANGCI_LINT_VERSION = v1.62.2 # renovate: datasource=docker depName=kindest/node KIND_K8S_VERSION = v1.31.1 # renovate: datasource=github-tags depName=norwoodj/helm-docs