From 2e2e738b25babbdea8391c52a7c3778049f1c0af Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Wed, 16 Mar 2016 16:26:31 +0100 Subject: [PATCH] Add go 1.6 to travis build Go 1.6 has been released so "go tip" is pointing to 1.7 devel. Signed-off-by: Vincent Demeester --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1736064..effdf55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ notifications: email: false go: - - 1.5 + - 1.6 - tip install: make deps script: make validate && make test