travis ci: drop go 1.5 and go 1.6

Trying to build with these versions now throws this error:

  # golang.org/x/sys/unix
  ../../../golang.org/x/sys/unix/ioctl.go:18: undefined: runtime.KeepAlive

It looks like x/sys/unix has dropped support for older Go
versions.
This commit is contained in:
Jakob Unterwurzacher 2018-08-02 20:06:34 +02:00
parent d620054caf
commit f48b731e76
1 changed files with 1 additions and 3 deletions

View File

@ -7,11 +7,9 @@ dist: trusty
git:
depth: 100
# Build with the lastest versions of Go 1.5 and later
# Build with the lastest versions of Go 1.7 and later
# See https://golang.org/dl/
go:
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x