travis: drop go1.8

with the update to `golang.org/x/crypto`, the commit
c7dcf104e3
depends on a stdlib package introduced in go1.9

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2019-01-21 22:39:43 -05:00
parent 656cd41822
commit 4885a690ee
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ go:
- "1.11.x"
- "1.10.x"
- "1.9.x"
- "1.8.x"
sudo: false