From 2d6c4afee2e9f02240fd50ce3f3a39a9a22454ab Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Thu, 11 May 2017 13:31:14 -0400 Subject: [PATCH] travisci: Switch to recent versions of Go. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 78086b9..fdbac26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ notifications: language: go go: - - 1.6 - - 1.7 + - latest + - tip env: - CGO_ENABLED=0