Investigate API's generator potential improvements #1359
Labels
area/api
Enhancement or issue related to the api/devfile specification
lifecycle/stale
Stale items. These items have not been updated for 90 days.
Which area/kind this issue is related to?
/area api
Issue Description
As seen in the #1345 after the upgrade to
go 1.19
thegenerator
module is now using the-mod=mod
while having a fixed version of thesigs.k8s.io/controller-tools/cmd/helpgen
package. For example it generates the code through:As a result, this update skips the usage of
vendor
directory for this dependency. As part of this issue we should investigate any potential workarounds on how we can generate the code while using only thevendor
directory.Acceptance Criteria
go generate
with the usage only ofvendor
dir.The text was updated successfully, but these errors were encountered: