Update build version of Go to 1.7.5

Includes fix for this issue: https://github.com/golang/go/issues/16739
This commit is contained in:
Christian Nicolai 2017-04-10 16:24:33 +02:00 committed by Will Rouesnel
parent c7ac2b0e12
commit 030e90f03e
1 changed files with 1 additions and 1 deletions

View File

@ -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