carlosedp / cluster-monitoring

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

validate go version during `make vendor` #173

Closed SilasStokes closed 12 months ago

SilasStokes commented 12 months ago

I had some trouble running make vendor initially due to apt install go installing golang version 1.15 which does not support the go install ... calls done during the build process so I added a check in the Makefile to alert users. I also added a minimum version in the readme where you callout that go is required.

I documented my initial troubles in #172

carlosedp commented 12 months ago

Thanks!