From db6af4d069dde6b1e858e6a927e573a42be46637 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 21:08:45 +0000 Subject: [PATCH] =?UTF-8?q?feat(deps)!:=20Update=20pre-commit=20hook=20gol?= =?UTF-8?q?angci/golangci-lint=20(=20v1.64.8=20=E2=86=92=20v2.11.4=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | --------------- | ---------------------- | ------- | ------- | | github-tags | golangci/golangci-lint | v1.64.8 | v2.11.4 | | github-releases | golangci/golangci-lint | v1.64.8 | v2.11.4 | --- .github/workflows/tests.yaml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 19d1fcbb..193a4e01 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -66,7 +66,7 @@ jobs: - uses: golangci/golangci-lint-action@v6 if: steps.changes.outputs.go-files == 'true' with: - version: v1.64.8 + version: v2.11.4 args: --timeout 5m --config .github/lint/golangci.yaml go-tests: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff62c5dd..f427986a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - .github/lint/yamllint.yaml id: yamllint - repo: https://github.com/golangci/golangci-lint - rev: v1.64.8 + rev: v2.11.4 hooks: - id: golangci-lint args: