carlosedp / cluster-monitoring

Cluster monitoring stack for clusters based on Prometheus Operator
MIT License
740 stars 201 forks source link

Fix Makefile after 'go get' deprecation (fixes #160) #161

Closed rmsc closed 2 years ago

rmsc commented 2 years ago

This replaces calls to go get(which has been deprecated) with equivalent calls to go install.

carlosedp commented 2 years ago

Thanks!

rmsc commented 2 years ago

Sure. Great work BTW!