-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
add Go 1.24 to the test matrix #1681
Conversation
Caution Review failedThe pull request is closed. WalkthroughThis pull request updates the Go version configurations across the project. The GitHub Actions workflow now prioritizes Go 1.24 as the most recent production release, while retaining 1.23 for compatibility testing and removing 1.21. Additionally, the README now specifies a minimum requirement of Go 1.22, and the go.mod file reflects this update by changing the Go version from 1.21.0 to 1.22.0. There are no changes to any exported or public entities. Changes
Sequence Diagram(s)sequenceDiagram
participant C as Commit
participant GA as GitHub Actions
participant M as Matrix Generator
participant TJ as Test Runner
C->>GA: Trigger CI workflow
GA->>M: Generate test matrix with Go versions (1.24, 1.23)
M->>TJ: Run tests for each Go version
TJ-->>GA: Report test results
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
I will release v1.9.1 soon from master branch. |
I have created 1.9 branch. |
Description
add Go 1.24 to the test matrix.
Checklist
Summary by CodeRabbit