You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
GitHub Action
RocketMQ version
xxx
JDK Version
xxx
Describe the Bug
The e2e-golang pipeline fails due to Go version incompatibility. The pipeline currently installs Go 1.22.6, which does not meet the minimum version requirement (>= 1.22.7) of certain dependencies, such as google.golang.org/[email protected].
Steps to Reproduce
Run the e2e-golang pipeline with the current script.
Observe the Go installation step installs Go 1.22.6.
Proceed to the testing phase and observe dependency version issues causing the pipeline to fail.
What Did You Expect to See?
The pipeline should complete successfully without any version conflicts for Go dependencies.
What Did You See Instead?
The pipeline fails due to Go version incompatibility during dependency resolution.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Before Creating the Bug Report
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
GitHub Action
RocketMQ version
xxx
JDK Version
xxx
Describe the Bug
The e2e-golang pipeline fails due to Go version incompatibility. The pipeline currently installs Go 1.22.6, which does not meet the minimum version requirement (>= 1.22.7) of certain dependencies, such as google.golang.org/[email protected].
Steps to Reproduce
What Did You Expect to See?
The pipeline should complete successfully without any version conflicts for Go dependencies.
What Did You See Instead?
The pipeline fails due to Go version incompatibility during dependency resolution.
Additional Context
No response
The text was updated successfully, but these errors were encountered: