Expected Behavior
hack/update-codegen.sh should work outside of GOPATH
Actual Behavior
update-codegen either does nothing or uses an incorrect pkg version.
Steps to Reproduce the Problem
- Move repo outside of GOPATH.
- Make a change to the injection generators.
- Run ./hack/update-codegen.sh
- Observe no change to generated code.
Expected Behavior
hack/update-codegen.sh should work outside of GOPATH
Actual Behavior
update-codegen either does nothing or uses an incorrect pkg version.
Steps to Reproduce the Problem