1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-08-09 15:42:47 +03:00

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

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