From 5572e3496b97ace93fea88cdbcf4dfce93e8adc2 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Wed, 29 Jun 2016 23:05:48 -0600 Subject: [PATCH] Update Travis config to Go 1.6.2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 819339002..310df39d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: go sudo: false go: - 1.5.4 - - 1.6.1 + - 1.6.2 - tip os: - linux