Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
travis: drop go1.7 and go1.8 due to golang.org/x/sys
Ref: #43 (comment) golang.org/x/sys as of fde4db37ae7ad8191b03d30d27f258b5291ae4e3 uses `math/bits`, so it does not support go1.7 and go1.8 I could set that in the go.mod, but those old versions do not support that. I could ./vendor/ but perhaps no one is even using this tool on these old golang versions. Choices. choices. Signed-off-by: Vincent Batts <[email protected]>
- Loading branch information