deathowl / go-metrics-prometheus

Prometheus support for go-metrics
Apache License 2.0
90 stars 32 forks source link

Golang 1.5+ requirement #5

Closed 140am closed 7 years ago

140am commented 7 years ago

prometheus officially requires golang 1.5. This patch is removing 1.4 from the travis build configuration (as it is failing currently) in favor of adding golang 1.7 and 1.8 build steps.

deathowl commented 7 years ago

Thanks for the contribution!