From 030e90f03ed350b1ca4b7a458ecda6bc93f9a0a0 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Mon, 10 Apr 2017 16:24:33 +0200 Subject: [PATCH] Update build version of Go to 1.7.5 Includes fix for this issue: https://github.com/golang/go/issues/16739 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f007104a..659d50af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ services: - docker language: go go: -- '1.7' +- '1.7.5' # Make sure we have p2 and the postgres client. before_install: - go get -v github.com/mattn/goveralls