From ad6f0e11d16517ab31a0324b4b6f0e49bcda3e70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 00:35:27 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.11.2 --- .github/workflows/codetests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codetests.yml b/.github/workflows/codetests.yml index 1922cc6..8737888 100644 --- a/.github/workflows/codetests.yml +++ b/.github/workflows/codetests.yml @@ -39,7 +39,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v9 with: - version: v2.10 + version: v2.11.2 # Runs golangci-lint on linux against linux and windows. golangci-linux: strategy: @@ -57,4 +57,4 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v9 with: - version: v2.10 + version: v2.11.2