From 5377eb14e4b0533d1d2d278345a5727974fac296 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:07:36 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.13.1 --- .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 a3625cc..0e0e998 100644 --- a/.github/workflows/codetests.yml +++ b/.github/workflows/codetests.yml @@ -36,7 +36,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v9 with: - version: v2.12 + version: v2.13.1 # Runs golangci-lint on linux against linux and windows. golangci-linux: strategy: @@ -54,4 +54,4 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v9 with: - version: v2.12 + version: v2.13.1