rcrowley / go-metrics

Go port of Coda Hale's Metrics library
Other
3.43k stars 493 forks source link

Bump Go versions and use '.x' to always get latest patch versions #248

Closed HaraldNordgren closed 5 years ago

HaraldNordgren commented 5 years ago

@mihasya Ping

mihasya commented 5 years ago

Is this necessary, does it pull .0 by default if you don't specify that?

(I also noticed that our travis integration appears to be broken, and I can't access the repo's settings, despite being listed as a Collaborator when I post comments... so it might be a sec before I'm able to really review this)

HaraldNordgren commented 5 years ago

Yes, since are no 1.9.0, 1.10.0 or 1.11.0 versions in Golang, the bare “1.11” is the way to get the zero-patch version.

So this is necessary to get latest patch version.