Skip to content

Commit 76da647

Browse files
committed
fix(ci): pin Go 1.25 compatible staticcheck
1 parent 7f5f585 commit 76da647

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Run staticcheck
4141
working-directory: neutrino_server
4242
run: |
43-
go install honnef.co/go/tools/cmd/staticcheck@latest
43+
go install honnef.co/go/tools/cmd/staticcheck@v0.7.0
4444
staticcheck ./...
4545
4646
- name: Run tests
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
files: ./neutrino_server/coverage.out
5454
flags: unittests
55-
if: always()
55+
if: ${{ always() && hashFiles('neutrino_server/coverage.out') != '' }}
5656

5757
test-docker-build:
5858
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)