caigy commented on code in PR #148: URL: https://github.com/apache/rocketmq-operator/pull/148#discussion_r1087848177
########## README.md: ########## @@ -62,6 +62,8 @@ $ cd rocketmq-operator $ make deploy ``` +If you get error `rocketmq-operator/bin/controller-gen: No such file or directory`, please run `go version` to check the version of Golang, the main version should be 1.16. Then run `go mode tidy` before run `make deploy`. Review Comment: Hi @koalawangyang, could you pls also fix this typo? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
