start v1.11 development - #1803
Conversation
Update Go, MySQL, and MariaDB versions.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Team Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 8 remain after this review. WalkthroughThe README Requirements section now requires Go 1.25 or higher and lists MySQL 8.0+ and MariaDB 10.11+ as maintainer-supported versions. ChangesRequirements documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This PR updates supported Go, MySQL, and MariaDB versions without introducing an actionable merge-blocking risk; it is merge-ready after normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
🟢 Approval recommended
The version policy and CI matrix align, with only a non-blocking documentation correction suggested.
Pull request overview
Raises supported Go and database versions for v1.11 development.
Changes:
- Requires Go 1.25 and tests Go 1.25–1.27.
- Updates supported MySQL/MariaDB versions.
- Refreshes the CI database matrix.
File summaries
| File | Description |
|---|---|
README.md |
Documents new minimum versions. |
go.mod |
Sets Go 1.25 as the module minimum. |
.github/workflows/test.yml |
Updates CI versions; one inaccurate comment was flagged. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| mysql = [ | ||
| '9.0', | ||
| '8.4', # LTS | ||
| mysql = [ # LTS versions |
Update Go, MySQL, and MariaDB versions.