Fix GitHub actions
This commit is contained in:
parent
69d3399c24
commit
d8ee96413a
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
check-latest: true
|
||||
|
||||
- name: Lint
|
||||
run: go vet ...
|
||||
run: go vet ./src/...
|
||||
|
||||
- name: Build
|
||||
run: make build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user