Fix CI: use latest golangci-lint and check for RPC test race
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -75,7 +75,7 @@ jobs:
|
|||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v6
|
uses: golangci/golangci-lint-action@v6
|
||||||
with:
|
with:
|
||||||
version: v1.64.1
|
version: latest
|
||||||
args: --timeout=5m
|
args: --timeout=5m
|
||||||
test-nix:
|
test-nix:
|
||||||
name: Test Nix Flake
|
name: Test Nix Flake
|
||||||
|
|||||||
Reference in New Issue
Block a user