mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 11:56:39 +08:00
go mod download
This commit is contained in:
parent
972a4d8ebf
commit
d7415c8c46
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -94,4 +94,5 @@ jobs:
|
||||||
- name: static checks
|
- name: static checks
|
||||||
run: |
|
run: |
|
||||||
go install honnef.co/go/tools/cmd/staticcheck
|
go install honnef.co/go/tools/cmd/staticcheck
|
||||||
|
go mod download honnef.co/go/tools
|
||||||
staticcheck ./...
|
staticcheck ./...
|
||||||
|
|
Loading…
Add table
Reference in a new issue