Merge pull request #461 from terraform-providers/travis-go-1.9

travis: Bump Go to 1.9
This commit is contained in:
Radek Simko 2017-09-29 07:52:02 +01:00 committed by GitHub
commit 7f109c6494

View File

@ -2,7 +2,7 @@ dist: trusty
sudo: false sudo: false
language: go language: go
go: go:
- 1.8.1 - 1.9
install: install:
# This script is used by the Travis build to install a cookie for # This script is used by the Travis build to install a cookie for