From eb8cb09ad1f1e74b3fbf85e7415a1a6bfd776a17 Mon Sep 17 00:00:00 2001 From: Marius Date: Tue, 10 May 2016 12:01:32 +0200 Subject: [PATCH] Use Go 1.6. instead of Release Candidate for tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c92a4b5..decffaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ go: - 1.3 - 1.4 - 1.5 -- 1.6rc2 +- 1.6 - tip sudo: required cache: