From bdbd483063a07b0ef32536854ec9ef2105f4a593 Mon Sep 17 00:00:00 2001 From: Wade Simmons Date: Tue, 28 Apr 2026 13:11:36 -0400 Subject: [PATCH] Revert "bump linter to support go1.26" This reverts commit 1403473e4bec5475d85a93164fdc24c6e9256d45. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f17d7ec7..b4578178 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v9 with: - version: v2.11 + version: v2.5 - name: Test run: make test @@ -138,7 +138,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v9 with: - version: v2.11 + version: v2.5 - name: Test run: make test