diff options
author | Thomas Hipp <thipp@suse.de> | 2017-09-19 09:40:05 +0200 |
---|---|---|
committer | Alvaro <alvaro.saurin@gmail.com> | 2017-09-22 13:08:06 +0200 |
commit | dbe46f9773fb4735ff8c53367ff483ffdfc0d566 (patch) | |
tree | 3090516166cda52cd005dca2f7ed01e97bd88aa8 /travis/run-tests-inside-guest | |
parent | 5dc5400f354238a7b6df72b8ae84d2ef45339914 (diff) | |
download | terraform-provider-libvirt-dbe46f9773fb4735ff8c53367ff483ffdfc0d566.tar terraform-provider-libvirt-dbe46f9773fb4735ff8c53367ff483ffdfc0d566.tar.gz |
update Terraform and Go version
This updates Terraform to the latest version. Travis will build with
go1.9 from now on, since Terraform > 0.10.2 doesn't support go1.8.
Glide was run with `--strip-vendor` which removes a lot of unnecessary
files.
Tests and Docs regarding `ignition` have been updated.
This resolves #194.
Signed-off-by: Thomas Hipp <thipp@suse.de>
Diffstat (limited to 'travis/run-tests-inside-guest')
-rwxr-xr-x | travis/run-tests-inside-guest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/run-tests-inside-guest b/travis/run-tests-inside-guest index 4499297f..a860a4d7 100755 --- a/travis/run-tests-inside-guest +++ b/travis/run-tests-inside-guest @@ -3,7 +3,7 @@ set -x unset http_proxy -export GOROOT=/usr/lib/go-1.8/ +export GOROOT=/usr/lib/go-1.9/ export GOPATH=/root/go export PATH=$GOPATH/bin:$GOROOT/bin:$PATH |