From ccede1a4df43db62f23c015b4c25da777e6179cb Mon Sep 17 00:00:00 2001 From: Thomas Hipp Date: Thu, 26 Jan 2017 10:33:50 +0100 Subject: travis: fix build issue When building with Go 1.6, the build fails due to the missing "context" package. Using Go 1.7 solves this issue. Beside that, Terraform requires Go 1.7. Signed-off-by: Thomas Hipp --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 350a2133..ea6cbb38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ dist: trusty language: go go: - - 1.6 + - 1.7 before_install: - sudo apt-get -qq update -- cgit v1.2.3