From 12cb30ebdb5dedd912ccd7ed0fbdea9f87a18ab7 Mon Sep 17 00:00:00 2001 From: "ske-renovate-operator[bot]" <289664651+ske-renovate-operator[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 16:39:28 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.13.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9127ca9..eee4088 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Golangci-lint uses: golangci/golangci-lint-action@v9.3.0 with: - version: v2.12.2 + version: v2.13.1 - name: Run unit tests run: go test ./... - name: GoReleaser Build Snapshot