From bcf8c1bf404bf56537882fd65f5b0c95c924b19d Mon Sep 17 00:00:00 2001 From: Carlos Martín Nieto Date: Tue, 4 Jul 2017 13:02:12 +0200 Subject: travis: update the Go versions We need to use `runtime.KeepAlive()` which only exists past Go 1.7. Furthermore, Go 1.7 is the latest supported by the language team. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f3b8b46..6131e6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: go go: - - 1.5 - - 1.6 - 1.7 + - 1.8 - tip script: make test-static -- cgit v1.2.3