You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "caigy (via GitHub)" <gi...@apache.org> on 2023/01/25 12:55:46 UTC

[GitHub] [rocketmq-operator] caigy commented on a diff in pull request #148: [ISSUE #130] Add explanation how to solve 'controller-gen: No such file or directory question' in READE.md

caigy commented on code in PR #148:
URL: https://github.com/apache/rocketmq-operator/pull/148#discussion_r1086604656


##########
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:
   `mod` instead of `mode`?



-- 
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-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org