Remove testing with 1.6.

Some features cri-o is now using are not supported by golang 1.6.
All Distros that use CRI-O are now using golang 1.7 or better,
so no reason to test with this older version.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2017-08-07 09:58:47 -04:00
parent 5402f95d69
commit 7576620d2f

View file

@ -1,6 +1,5 @@
language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- tip