From d47f3aebf5e4a41eed07b0b24cf46480cacfe7f1 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Fri, 24 Oct 2025 00:37:20 -0700 Subject: [PATCH] Fix golangci-lint: upgrade to v8 action with v2.5.0 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfe274da..602d441b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,9 +73,9 @@ jobs: go-version: '1.24' - name: golangci-lint - uses: golangci/golangci-lint-action@v6 + uses: golangci/golangci-lint-action@v8 with: - version: latest + version: v2.5.0 args: --timeout=5m test-nix: name: Test Nix Flake