mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-28 07:54:22 +08:00
staticcheck pinned to v0.4.7
This commit is contained in:
parent
3a99c397c1
commit
4fd5250a7f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -70,5 +70,5 @@ jobs:
|
|||
- name: run static checks
|
||||
run: |
|
||||
sudo apt update
|
||||
go install honnef.co/go/tools/cmd/staticcheck@latest
|
||||
go install honnef.co/go/tools/cmd/staticcheck@v0.4.7
|
||||
{ ~/go/bin/staticcheck -tags=ee ./... ; }
|
||||
|
|
Loading…
Add table
Reference in a new issue