chi3316 commented on issue #8510: URL: https://github.com/apache/rocketmq/issues/8510#issuecomment-2282178068
**Summary of the Issue** I discovered that the primary cause of the Go e2e test failures was due to the use of an outdated Go version. The test environment was using Go 1.19, while some dependencies required Go 1.20 or higher. This version mismatch led to compatibility issues during the build and test processes.  **Steps Taken to Resolve** 1. Updated the Go version in the test environment image to 1.22. 2. Re-run the e2e test with the required configuration to ensure that the test scripts were executed correctly. [The test workflow](https://github.com/chi3316/image-repo/actions/runs/10332402116)  -- 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]
