mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
With Go 1.14 the handling of modules has improved in the sense that all the subcommands `go {test, generate}` now use the vendor when available by default. This makes it easier for us to run generate using the vendored tools like controller-tools etc. as it now uses the checked in vendor.