Open bwplotka opened 5 months ago
Usually the build fails if you don't run go mod vendor
. We could add tidy
and vendor
to the regen
target, I suppose?
It's actually a part of the make regen
target already, which calls the presubmit.sh
script to execute various commands.
Proposal
We constantly forget to do
go mod vendor
, no CI check for this?