diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6912982ea6..07569208c5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,7 +40,7 @@ jobs: uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0 with: working-directory: ${{ matrix.directory }} - version: v2.1.2 # renovate: datasource=github-tags depName=golangci/golangci-lint + version: v2.1.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 e443564ee3..b8a322dd1b 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: v2.1.2 + rev: v2.1.5 hooks: - id: golangci-lint-full name: golangci-lint-root diff --git a/Makefile b/Makefile index 296b66f3cc..16d82cd1f4 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 = v2.1.2 +GOLANGCI_LINT_VERSION = v2.1.5 # renovate: datasource=docker depName=kindest/node KIND_K8S_VERSION = v1.32.3 # renovate: datasource=github-tags depName=norwoodj/helm-docs