kubernetes-monitoring / kubernetes-mixin

A set of Grafana dashboards and Prometheus alerts for Kubernetes.
Apache License 2.0
2.12k stars 596 forks source link

Add -e flag to `go list` command to fix `make` commands #901

Closed marians closed 8 months ago

marians commented 8 months ago

Fixes https://github.com/kubernetes-monitoring/kubernetes-mixin/issues/900

This adds the flag -e to the go list command in Makefile, to mitigate errors like

tools.go:9:2: import "github.com/google/go-jsonnet/cmd/jsonnet" is a program, not an importable package
tools.go:9:2: import "github.com/google/go-jsonnet/cmd/jsonnet" is a program, not an importable package