From 01aa255cd826e7fe6ccdccec1594f45fd8fb8640 Mon Sep 17 00:00:00 2001 From: "netic-renovate[bot]" <207156494+netic-renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 16:23:27 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.12.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 89e1dd3..1a60be4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9 with: - version: v2.11.4 + version: v2.12.2 - name: Run tests run: go test -race -cover -v ./...