-
Notifications
You must be signed in to change notification settings - Fork 10
drop support of Go 1.22 #327
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
Conversation
WalkthroughThe changes update the project's Go language configuration. The GitHub Actions workflow now tests against a revised Go version matrix by removing versions 1.22, 1.21, and 1.20 and adding version 1.24, leaving "stable" and 1.23 intact. Additionally, the Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer
participant GH as GitHub Actions
participant Test as Test Runner
Dev->>GH: Push commit with updated Go versions
GH->>Test: Trigger tests for versions stable, 1.23, 1.24
Test-->>GH: Return test results
GH-->>Dev: Display results
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🔇 Additional comments (2)
🪧 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 (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
Files not reviewed (1)
- go.mod: Language not supported
Summary by CodeRabbit
Tests
Chores