From 967a688f225249117b4f373e2f17e0a9115d81fc Mon Sep 17 00:00:00 2001 From: James Bardin Date: Thu, 5 Apr 2018 15:09:09 -0400 Subject: [PATCH] update travis to go1.10.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c11f41424..06ad5da2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ dist: trusty sudo: false language: go go: -- "1.10" +- "1.10.1" # add TF_CONSUL_TEST=1 to run consul tests # they were causing timouts in travis