From 93f39707170bfcd86d3465dd69d9ed2904f03e81 Mon Sep 17 00:00:00 2001 From: Qaiser Abbasi Date: Thu, 20 Aug 2026 00:54:46 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.13.0 --- .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 5555304..8aba4d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: go-version: "1.26.6" - uses: golangci/golangci-lint-action@v9 with: - version: v2.12.2 + version: v2.13.0 # Build the linter from source with the runner's Go. Prebuilt # golangci-lint binaries are released built with go1.25; if any # file under analysis (theirs or transitive dep) needs go1.26