From 0cd7d097f1dbce7c05a8f30ce6cb32f63b13c36f Mon Sep 17 00:00:00 2001 From: Sergey Mudrik Date: Sun, 22 Oct 2017 16:58:10 +0300 Subject: [PATCH] Updated .travis.yml (#1643) Use the latest stable Go version (https://docs.travis-ci.com/user/languages/go/#Specifying-a-Go-version-to-use) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6c8461ef..d1552489 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.7 + - 1.x sudo: false