vmware-archive / kubecfg

A tool for managing complex enterprise Kubernetes environments as code.
Apache License 2.0
727 stars 62 forks source link

Install tool dependencies separately #239

Closed mkmik closed 5 years ago

mkmik commented 5 years ago

Otherwise running go get in in go1.11 will update the go.mod file and causing our build to fail because we check for dirty working dir after generate.

This change also ensures that we pin the version of the tools we use.

anguslees commented 5 years ago

Tests are failing with:

go-bindata -nometadata -ignore .*_test\.|~$ -pkg utils -o bindata.go -prefix ../ ../lib/...
flag provided but not defined: -nometadata
mkmik commented 5 years ago

They pass now