diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c7c82bf5..dd4e6cb6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,7 +35,7 @@ jobs: - name: Lint Go uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0 with: - version: v1.64.5 # renovate: datasource=github-tags depName=golangci/golangci-lint + version: v1.64.8 # renovate: datasource=github-tags depName=golangci/golangci-lint actionlint: name: Actionlint diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 923d3746..09c5c069 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: v1.64.5 + rev: v1.64.8 hooks: - id: golangci-lint-full diff --git a/Makefile b/Makefile index 4d2b7378..a8b93c55 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-tags depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION = v1.64.5 +GOLANGCI_LINT_VERSION = v1.64.8 test: unit-test test-integration test-integration-no-stream-block clean