update to Go 1.25, drop Go 1.23#50
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Go version requirement to 1.24/1.25 and drops support for Go 1.23 across the project configuration and CI workflows.
- Updated Go module files to require Go 1.24 instead of 1.23
- Updated CI workflows to test against Go 1.24.x and 1.25.x instead of 1.23.x and 1.24.x
- Updated linting workflow to use Go 1.25.x
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 |
|---|---|
| go.work | Updates workspace Go version from 1.23.0 to 1.24.0 |
| go.mod | Updates module Go version requirement from 1.23 to 1.24 |
| .github/workflows/unit.yml | Updates test matrix from Go 1.23.x/1.24.x to 1.24.x/1.25.x |
| .github/workflows/lint.yml | Updates linting Go version from 1.24.x to 1.25.x |
| .github/workflows/integration.yml | Updates integration test matrix from Go 1.23.x/1.24.x to 1.24.x/1.25.x |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #50 +/- ##
=======================================
Coverage 87.98% 87.98%
=======================================
Files 8 8
Lines 674 674
=======================================
Hits 593 593
Misses 62 62
Partials 19 19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.