From 6bcacb0efc9052e017e82f5e70421af5d7662080 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 00:35:54 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.13.2 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 9c9cb257..d71cf2c9 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.13.1" + GOLANGCI_LINT_VERSION: "v2.13.2" 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 6a9844da..e082e0f9 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.13.1 + rev: v2.13.2 hooks: - id: golangci-lint-full args: [--timeout=10m]