k0sproject / k0sctl

A bootstrapping and management tool for k0s clusters.
Other
378 stars 77 forks source link

Don't try to use gotest as "go test" #711

Closed twz123 closed 5 months ago

twz123 commented 5 months ago

Remove gotest stuff from Makefile. It was just used for colored output. The which statement was rather chatty when building k0sctl without having gotest in the path, too. Suppress which stderr output for golangci-lint for the same reason.

Alternative to #710.