From f5b269d56a0e0da79e9affe11a960c2380393fa5 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Thu, 22 Sep 2016 07:37:18 -0500 Subject: [PATCH] Update Go versions on Travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 314e26e8..b63c864c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: go go: - - 1.6.2 - - 1.5.2 + - 1.7.1 + - 1.6.3 - tip # Derived from https://github.com/lib/pq/blob/master/.travis.yml