diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 05db6b6de9..d96eabed2f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,7 +40,7 @@ jobs: uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 with: working-directory: ${{ matrix.directory }} - version: v2.3.0 # renovate: datasource=github-tags depName=golangci/golangci-lint + version: v2.3.1 # 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 158db46325..7284c760ef 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.3.0 + rev: v2.3.1 hooks: - id: golangci-lint-full name: golangci-lint-root diff --git a/Makefile b/Makefile index ef6639c6b2..10e04d2cda 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.3.0 +GOLANGCI_LINT_VERSION = v2.3.1 # renovate: datasource=docker depName=kindest/node KIND_K8S_VERSION = v1.33.2 # renovate: datasource=github-tags depName=norwoodj/helm-docs