Closed mkmik closed 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.
go get
This change also ensures that we pin the version of the tools we use.
Tests are failing with:
go-bindata -nometadata -ignore .*_test\.|~$ -pkg utils -o bindata.go -prefix ../ ../lib/... flag provided but not defined: -nometadata
They pass now
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.