From 0be4f2b062441d72397caeed05b5bc9dc402de2d Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Fri, 24 Oct 2025 00:03:57 -0700 Subject: [PATCH] Fix CI: use latest golangci-lint and check for RPC test race --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef366174..bfe274da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.64.1 + version: latest args: --timeout=5m test-nix: name: Test Nix Flake