RockteMQ-AI commented on issue #115: URL: https://github.com/apache/rocketmq-operator/issues/115#issuecomment-5381058649
**Issue Evaluation** Category: `question` | Status: **Answered** This error occurs because `io/fs` was introduced in Go 1.16, and the `controller-gen` tool being used requires a Go version that supports this module path. **Solution:** Ensure you are using Go 1.16 or later. Check your Go version with `go version` and upgrade if needed. The `io/fs` package is part of the standard library since Go 1.16. **Note:** Filed July 2022. Modern Go toolchains (1.18+) should not encounter this issue. --- *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]
