From dbe46f9773fb4735ff8c53367ff483ffdfc0d566 Mon Sep 17 00:00:00 2001 From: Thomas Hipp Date: Tue, 19 Sep 2017 09:40:05 +0200 Subject: 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 --- travis/run-tests-inside-guest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis/run-tests-inside-guest') 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 -- cgit v1.2.3