Fix GitHub actions
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user