From e0cb85cdbbd4bf54c85fc94c5376036e5ae1d53c Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 12 Oct 2016 23:53:26 +0200 Subject: [PATCH] Drop Go1.5 / Go1.6 support with using contexts --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 73d38b1..f918f8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: go go: - - 1.5 - - 1.6 + - 1.7 - tip