From ace42d929afee46b5a85c759d4fb37ff82f2e97a Mon Sep 17 00:00:00 2001 From: Gregory Russell Date: Sun, 21 Apr 2019 04:43:30 -0400 Subject: [PATCH] use go 1.12 to avoid go get bug --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8b564113..97718613 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,8 @@ dist: xenial language: go +go: + - 1.12 # Without this, annotator.sh fails, related to gcloud. sudo: required