From 568477f3b1b18d0d0d03e3721d5d5ac0fb8a766d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:09:03 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.8.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7caa0eb6..41b9ba66 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ on: - main env: # renovate: datasource=github-releases depName=golangci/golangci-lint versioning=semver-coerced - GOLANGCI_LINT_VERSION: "v2.2.2" + GOLANGCI_LINT_VERSION: "v2.8.0" IMAGE: "ghcr.io/${{ github.repository }}" REGISTRY: "ghcr.io" TEST_TAG: "ghcr.io/${{ github.repository }}:test" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 593a7343..be067b7f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: yamlfmt - repo: https://github.com/golangci/golangci-lint - rev: v2.2.2 + rev: v2.8.0 hooks: - id: golangci-lint-full args: [--timeout=10m]