Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ci: Update unit test workflow to use Go 1.x instead of 1.23 #3320

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
wants to merge 1 commit into from

Conversation

EmilienM
Copy link
Contributor

@EmilienM EmilienM commented Mar 6, 2025

  • Removed Go 1.23 from the GitHub Actions test matrix.
  • Retained only "1" to always fetch the latest stable Go 1.x version.
  • This ensures compatibility with stable branches, which use older Go versions where dependencies in go.mod may not be compatible with the latest Go releases.

This change helps maintain stability across branches while allowing tests to run with an appropriate Go version.

- Removed Go 1.23 from the GitHub Actions test matrix.
- Retained only "1" to always fetch the latest stable Go 1.x version.
- This ensures compatibility with stable branches, which use older Go versions where dependencies in `go.mod` may not be compatible with the latest Go releases.

This change helps maintain stability across branches while allowing tests to run with an appropriate Go version.
@github-actions github-actions bot added edit:actions This PR updates GitHub Actions code edit:testinfra This PR updates testing infrastructure code semver:patch No API change labels Mar 6, 2025
@EmilienM
Copy link
Contributor Author

EmilienM commented Mar 6, 2025

Alternative: #3321

@EmilienM
Copy link
Contributor Author

EmilienM commented Mar 6, 2025

Another alternative #3322

@EmilienM EmilienM added the hold Do not merge label Mar 6, 2025
@EmilienM
Copy link
Contributor Author

EmilienM commented Mar 6, 2025

I think we should go with #3323

@EmilienM EmilienM closed this Mar 6, 2025
@EmilienM EmilienM deleted the goversion branch March 6, 2025 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
edit:actions This PR updates GitHub Actions code edit:testinfra This PR updates testing infrastructure code hold Do not merge semver:patch No API change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant