haanhvu commented on PR #3185: URL: https://github.com/apache/camel-k/pull/3185#issuecomment-1115943533
> It looks like a Golang project setting issue. The action you're doing is always calling a `make controller-gen` which should take care to install that binary in your environment. Can you try running only `make controller-gen` and check if a binary is installed in the `$(go env GOPATH)/bin` directory? @squakez `make controller-gen` works, but no binary's installed in `bin` directory:  In fact, there's no `bin` and `scr` directories. Does it mean I missed some step in setting go environment? I installed the latest version of go, which doesn't require setting `GOPATH` and `GOBIN`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org