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:
parent
c7ac2b0e12
commit
030e90f03e
|
@ -3,7 +3,7 @@ services:
|
||||||
- docker
|
- docker
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- '1.7'
|
- '1.7.5'
|
||||||
# Make sure we have p2 and the postgres client.
|
# Make sure we have p2 and the postgres client.
|
||||||
before_install:
|
before_install:
|
||||||
- go get -v github.com/mattn/goveralls
|
- go get -v github.com/mattn/goveralls
|
||||||
|
|
Loading…
Reference in New Issue