Skip to content

[Bug] E2E golang pipeline fails due to Go version incompatibility #8982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 tasks done
chi3316 opened this issue Nov 25, 2024 · 0 comments · Fixed by #8985
Closed
3 tasks done

[Bug] E2E golang pipeline fails due to Go version incompatibility #8982

chi3316 opened this issue Nov 25, 2024 · 0 comments · Fixed by #8985

Comments

@chi3316
Copy link
Contributor

chi3316 commented Nov 25, 2024

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].

image

Steps to Reproduce

  1. Run the e2e-golang pipeline with the current script.
  2. Observe the Go installation step installs Go 1.22.6.
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant