From 80148b87d3b4f81a3d56b821dd06ec4dff6a332f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 02:54:07 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.13.2 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8c2de1..04c2135 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ env: # renovate: datasource=go depName=golang.org/x/tools GOIMPORTS_VERSION: "v0.49.0" # renovate: datasource=github-releases depName=golangci/golangci-lint - GOLANGCI_LINT_VERSION: "v2.12.2" + GOLANGCI_LINT_VERSION: "v2.13.2" jobs: test: