Skip to content

Commit c95946f

Browse files
committed
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]>
1 parent 5b845ce commit c95946f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ go:
88
- "1.11.x"
99
- "1.10.x"
1010
- "1.9.x"
11-
- "1.8.x"
12-
- "1.7.x"
1311

1412
env:
1513

0 commit comments

Comments
 (0)