diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7c431cdf..0d46948c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,7 +35,7 @@ jobs: - name: Lint Go uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0 with: - version: v2.6.2 # renovate: datasource=github-tags depName=golangci/golangci-lint + version: v2.7.2 # renovate: datasource=github-tags depName=golangci/golangci-lint actionlint: name: Actionlint diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1171862..7a9de93a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: detect-private-key - repo: https://github.com/golangci/golangci-lint - rev: v2.6.2 + rev: v2.7.2 hooks: - id: golangci-lint-full diff --git a/Makefile b/Makefile index 962c3587..8da24848 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-tags depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION = v2.6.2 +GOLANGCI_LINT_VERSION = v2.7.2 test: unit-test test-integration test-integration-no-stream-block clean