From e1a6f0e2d8052a05be2185a53fd0e277b8cb0a92 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Mon, 19 Dec 2016 11:12:29 +1100 Subject: [PATCH] .travis.yml: require a modern version of Go. For the sake of testing.T.Run. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 66cc58d..2103274 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: go go: - - 1.4.2 + - 1.7.4 - tip # Use the virtualized Trusty beta Travis is running in order to get support for