From 3910fcc39cf774dc5a5341cfe2a60874ecc68b70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 8 Dec 2016 17:04:20 +0000 Subject: [PATCH] CI: use the latest patch version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8b66227..7d8b64a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: go go: - - 1.7 + - 1.7.x