Stackdriver / stackdriver-prometheus-sidecar

A sidecar for the Prometheus server that can send metrics to Stackdriver.
https://cloud.google.com/monitoring/kubernetes-engine/prometheus
Apache License 2.0
120 stars 43 forks source link

Set GO111MODULE for go and promu commands, so that they work under GOPATH. #158

Closed davidbtucker closed 5 years ago

davidbtucker commented 5 years ago

Fixes #156

jkohen commented 5 years ago

Oh, cool, you made it work! When the variable was set at the top of the Makefile, the build would break under Travis. Go figure. @StevenYCChou woot.