diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2c6ae3e5a9..e409dee353 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,7 +40,7 @@ jobs: uses: golangci/golangci-lint-action@818ec4d51a1feacefc42ff1b3ec25d4962690f39 # v6.4.1 with: working-directory: ${{ matrix.directory }} - version: v1.64.2 # renovate: datasource=github-tags depName=golangci/golangci-lint + version: v1.64.5 # 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 7d86ceb9ad..644b0c9623 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.64.2 + rev: v1.64.5 hooks: - id: golangci-lint-full name: golangci-lint-root diff --git a/Makefile b/Makefile index e3ea1df514..ecd263c606 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,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.64.2 +GOLANGCI_LINT_VERSION = v1.64.5 # renovate: datasource=docker depName=kindest/node KIND_K8S_VERSION = v1.32.0 # renovate: datasource=github-tags depName=norwoodj/helm-docs