Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Reduce the amount of vendoring calls
When generating Go code for proto API or k8s CRDs, we don't need to run vendoring for all modules before and after. It should be enough if we run vendoring only for the relevant module (api or pkg/k8s) before, and only for the main module after. Signed-off-by: Anna Kapuscinska <anna@isovalent.com>
- Loading branch information