From 1403473e4bec5475d85a93164fdc24c6e9256d45 Mon Sep 17 00:00:00 2001 From: Wade Simmons Date: Tue, 28 Apr 2026 12:03:31 -0400 Subject: [PATCH] bump linter to support go1.26 --- .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 b4578178..f17d7ec7 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.5 + version: v2.11 - name: Test run: make test @@ -138,7 +138,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v9 with: - version: v2.5 + version: v2.11 - name: Test run: make test