Skip to content

Commit

Permalink
Use latest minor version of Go 1.7
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cmur2 authored and wrouesnel committed Apr 12, 2017
1 parent c7ac2b0 commit 0b003b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b003b2

Please sign in to comment.