RockteMQ-AI commented on issue #102: URL: https://github.com/apache/rocketmq-operator/issues/102#issuecomment-5682634626
**Issue Evaluation** Category: `bug` | Status: **Needs Info** This issue reports two problems with the Go build: 1. Unused Go modules (`go mod tidy` needed) 2. Compilation failure in GoLand These appear to be environment-specific issues from 2022. The `go mod tidy` suggestion is correct — unused modules should be cleaned up. The compilation error in the screenshot may be related to Go version compatibility (the issue mentions Go 1.16). Since this issue is over 4 years old, the codebase has likely evolved significantly. If this is still a problem, please: - Share the current Go version you are using - Provide the exact error output from `go build ./...` - Confirm which branch you are building from --- *Automated evaluation by RockteMQ-AI* -- 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]
