From 83e45ebc7d9b39de3c25badb8089a24151e2da69 Mon Sep 17 00:00:00 2001 From: Yaxiong Date: Wed, 24 Aug 2016 21:10:12 -0700 Subject: [PATCH] Use the most recent go version I was wrong that 'tip' refers to the latest release go version. Although Travis CI's document uses wording "latest version", tip seems to be the development version instead of release version. The build log shows "go version devel". --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ae2c69..486eb7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ os: language: go go: - - 1.6 + - 1.7 - tip services: