From 7576620d2feaea6c18fe776feb4b5041a71f73be Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 7 Aug 2017 09:58:47 -0400 Subject: [PATCH] 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 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a47da69e..d754645a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: go go: - - 1.6.x - 1.7.x - 1.8.x - tip