-
Notifications
You must be signed in to change notification settings - Fork 919
GODRIVER-3592 Use Go 1.25 in Evergreen CI. #2216
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
API Change ReportNo changes found! |
🧪 Performance ResultsCommit SHA: c8d39faThe following benchmark tests for version 68dff32f94ad5600070ccd54 had statistically significant changes (i.e., |z-score| > 1.96):
For a comprehensive view of all microbenchmark results for this PR's commit, please check out the Evergreen perf task for this patch. |
3f08262
to
c8d39fa
Compare
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.
Pull Request Overview
Updates the MongoDB Go Driver Evergreen CI configuration to use Go 1.25 across all test environments and compile checks.
- Updates Evergreen CI configuration to use Go 1.25 instead of Go 1.23
- Adds Go 1.25 to the compile check test version list
- Includes the compilecheck module in the workspace configuration
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
File | Description |
---|---|
internal/test/compilecheck/compile_check_test.go | Adds Go 1.25 to compile check test versions and removes TODO comments |
internal/cmd/compilecheck/go.work | Creates new Go workspace file for compilecheck module |
go.work | Updates Go version to 1.23.0 and includes compilecheck module in workspace |
.evergreen/config.yml | Updates all GO_DIST paths from go1.23 to go1.25 across all CI environments |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
GODRIVER-3592
Summary
Use Go 1.25 for all test tasks in Evergreen CI.
Background & Motivation