From 42e9dd15a2e69418718b909ae68d65424ab4fbcd Mon Sep 17 00:00:00 2001 From: Thomas Jackson Date: Thu, 5 Jul 2018 11:43:23 -0700 Subject: [PATCH] Pin to major go version Travis started testing with 1.11beta, which is causing all CI runs to fail --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f41f3e7b5..9fc18f558 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - "1.x" + - "1.10.x" # have an empty install to avoid travis doing a go get install: []