From 3cbacec8752afaa1195ae0c0f3509e47fde1d24d Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Thu, 20 Jul 2017 07:28:47 +0300 Subject: [PATCH] Use latest released Go versions --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f8e0d652..f4666c59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,14 +5,14 @@ services: - redis-server go: - - 1.4 - - 1.7 - - 1.8 + - 1.4.x + - 1.7.x + - 1.8.x - tip matrix: allow_failures: - - go: 1.4 + - go: 1.4.x - go: tip install: