From bbccf4acd5ce7f6e68b38fc401d22ecf8748eb3e Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 20 Aug 2016 14:14:48 +0100 Subject: [PATCH] Update go versions Remove tip for the moment --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2b593cd64..0fe414215 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,10 @@ os: go: - 1.5.4 - - 1.6.2 - - tip + - 1.6.3 + - 1.7 + +# - tip install: - make build_dep