chore: add Go 1.26 support and raise minimum to 1.25#346
Conversation
Summary of ChangesHello @flc1125, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the project's configuration to establish Go 1.25 as the new minimum supported version. This change ensures that the codebase and its development environment are aligned with a more recent Go release, allowing for the utilization of newer language features and maintaining compatibility with the latest tooling. It primarily involves updating version declarations across various configuration files. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Ignored Files
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request correctly raises the minimum required Go version to 1.25. The update is consistently applied to go.mod, Makefile, renovate.json, and README.md. The change also includes fixes for missing newlines in Makefile and renovate.json. The changes are all positive and I have no concerns.
There was a problem hiding this comment.
Pull request overview
This PR updates the project's minimum Go version from 1.24.0 to 1.25.0 and adds Go 1.26.x to the CI test matrix. The changes ensure consistency across all configuration files and development tooling, maintaining support for the two most recent Go versions in testing.
Changes:
- Raised minimum Go version from 1.24.0 to 1.25.0 across all configuration files
- Updated CI test matrix to test against Go 1.25.x and 1.26.x (previously 1.24.x and 1.25.x)
- Updated documentation badge to reflect new minimum version requirement
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| renovate.json | Updated Renovate's Go constraint from 1.24.0 to 1.25.0 |
| go.mod | Updated Go module version requirement from 1.24.0 to 1.25.0 |
| README.md | Updated badge showing minimum supported Go version from 1.24.0 to 1.25.0 |
| Makefile | Updated go mod tidy -compat flag from 1.24.0 to 1.25.0 |
| .github/workflows/test.yml | Updated CI test matrix from [1.24.x, 1.25.x] to [1.25.x, 1.26.x] |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v2.x #346 +/- ##
=======================================
Coverage 92.27% 92.27%
=======================================
Files 1 1
Lines 207 207
=======================================
Hits 191 191
Misses 11 11
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.