diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ad7fc88c..e3300691 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,7 +35,7 @@ jobs: - name: Lint Go uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 with: - version: v2.1.5 # renovate: datasource=github-tags depName=golangci/golangci-lint + version: v2.1.6 # renovate: datasource=github-tags depName=golangci/golangci-lint actionlint: name: Actionlint diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a52aa5d0..106d4465 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.1.5 + rev: v2.1.6 hooks: - id: golangci-lint-full diff --git a/Makefile b/Makefile index 33e974d8..14133b36 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-tags depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION = v2.1.5 +GOLANGCI_LINT_VERSION = v2.1.6 test: unit-test test-integration test-integration-no-stream-block clean