Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run go build on all modules to catch compilation errors (#250)
golangci-lint just issues an unreadable warning and quits with a successful exit status on compilation error. just run a round of go build ./... to catch those as hard errors.
- Loading branch information