| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
Fixes ##1778
|
| |
|
|
| |
Also update go version requirement to 1.13.
|
| |
|
|
|
|
|
|
| |
Since we don't don't have auto-generated files checked-in,
go get fails to parse packages.
go get only prog package without building,
this will checkout the whole repo anyway
and that's the only thing we need.
|
| |
|
|
|
|
|
|
| |
Differences in code formatting between Go versions cause constant
problems for us (https://github.com/golang/go/issues/25161).
Currently we support 1.9 and 1.10. Switch to newer 1.11 and 1.12.
Fixes #1013
|
| |
|
|
| |
-cover=0 is the default now
-procs=16 looks too high, syzbot uses 6-8 so let's suggest 8
|
| | |
|
| | |
|
| |
|