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.
This commit is contained in:
Paddy 2017-10-06 11:27:26 -07:00 committed by GitHub
parent 306b3d66b4
commit fdba19ae70

View File

@ -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