travis: update the Go versions
We need to use `runtime.KeepAlive()` which only exists past Go 1.7. Furthermore, Go 1.7 is the latest supported by the language team.
This commit is contained in:
parent
544d29e18b
commit
bcf8c1bf40
|
@ -1,9 +1,8 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.5
|
||||
- 1.6
|
||||
- 1.7
|
||||
- 1.8
|
||||
- tip
|
||||
|
||||
script: make test-static
|
||||
|
|
Loading…
Reference in New Issue