Skip to content
This repository was archived by the owner on May 25, 2024. It is now read-only.

Commit 0b003b2

Browse files
cmur2wrouesnel
authored andcommitted
Use latest minor version of Go 1.7
I am interested in the postgres_exporter releases built with any Go > 1.7.0 since that should fix the issue golang/go#16739 in Go.
1 parent c7ac2b0 commit 0b003b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
- docker
44
language: go
55
go:
6-
- '1.7'
6+
- '1.7.5'
77
# Make sure we have p2 and the postgres client.
88
before_install:
99
- go get -v github.com/mattn/goveralls

0 commit comments

Comments
 (0)