apiserver-builder-alpha: init repo not working with Go Modules
I’m trying to run apiserver-boot init repo but I keep getting the error
apiserver-boot must be run from the directory containing the go package to bootstrap. This must be under $GOPATH/src/<package>.
Is there a reason that I can’t run this in a go module?
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (6 by maintainers)
You can add
--module-namefor module to work. As instructed in the CLI/remove-lifecycle stale bump