Skip to content

Commit

Permalink
travis: drop go1.7 and go1.8 due to golang.org/x/sys
Browse files Browse the repository at this point in the history
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
vbatts committed Sep 11, 2019
1 parent 5b845ce commit c95946f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ go:
- "1.11.x"
- "1.10.x"
- "1.9.x"
- "1.8.x"
- "1.7.x"

env:

Expand Down

0 comments on commit c95946f

Please sign in to comment.