From 348ffa906146608c9e8830dff89cb731086800df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 12:33:42 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2 --- .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 9fa0936..4c5d708 100644 --- a/.github/workflows/codetests.yml +++ b/.github/workflows/codetests.yml @@ -37,7 +37,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: 'v1.55' + version: 'v2.12.2' # Runs golangci-lint on linux against linux and windows. golangci-linux: strategy: @@ -55,4 +55,4 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: 'v1.55' \ No newline at end of file + version: 'v2.12.2' \ No newline at end of file