From 1c714dd3cee8ac347fac9669e5812ae49d4a9223 Mon Sep 17 00:00:00 2001 From: Qaiser Abbasi Date: Thu, 20 Aug 2026 15:28:01 +0000 Subject: [PATCH] chore(deps): 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 1091dbf..39128f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: go-version: "1.27.0" - uses: golangci/golangci-lint-action@v9 with: - version: v2.13.0 + version: v2.13.1 # 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