-
-
Notifications
You must be signed in to change notification settings - Fork 54
chore: update Go version and dependencies #591
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 pull request updates the Go toolchain from version 1.25.4 to 1.25.5 and bumps multiple Go module dependencies to newer versions. One module dependency is replaced (xanzy/go-gitlab removed, gitlab.com/gitlab-org/api/client-go added), whilst others receive patch, minor, or point-release version increments. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Repository UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-02-04T14:38:07.701ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (6)
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR attempts to update the Go toolchain version and refresh various project dependencies. However, there is a critical issue with the specified Go version.
Key Changes:
- Updates Go version from 1.25.4 to 1.25.5 (both are invalid versions)
- Updates
github.com/creativeprojects/go-selfupdatefrom v1.5.1 to v1.5.2 - Refreshes multiple transitive dependencies including major version bumps for go-github (v30→v74) and replacement of xanzy/go-gitlab with the official GitLab API client
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates Go version directive and direct/indirect dependency versions |
| go.sum | Updates checksums for all modified dependencies and their transitive dependencies |
💡 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 @@
## master #591 +/- ##
=======================================
Coverage 81.00% 81.00%
=======================================
Files 137 137
Lines 11083 11083
=======================================
Hits 8977 8977
Misses 1680 1680
Partials 426 426
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|



Fixes for CVE-2025-58181 & CVE-2025-47914