From fdba19ae706d0484e2f93263f626807564efbdff Mon Sep 17 00:00:00 2001 From: Paddy Date: Fri, 6 Oct 2017 11:27:26 -0700 Subject: [PATCH] Use go1.9.1 for Travis Go 1.9.1 was just released to fix a security vulnerability in 1.9.0. Let's use it for our Travis tests. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 17c49a96..83247c3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ dist: trusty sudo: false language: go go: -- 1.9 +- 1.9.1 install: # This script is used by the Travis build to install a cookie for