Bump Golang to v1.26.5 - #452
Conversation
Signed-off-by: yinfengyuan <sipeng@whu.edu.cn>
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
|
Welcome @SipengShen01! It looks like this is your first PR to volcano-sh/agentcube 🎉 |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #452 +/- ##
==========================================
+ Coverage 58.41% 59.98% +1.57%
==========================================
Files 36 36
Lines 3463 3589 +126
==========================================
+ Hits 2023 2153 +130
+ Misses 1231 1216 -15
- Partials 209 220 +11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RainbowMango The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Upgrades the project's Go version from 1.26.4 to 1.26.5.
This change updates the Go version declared in
go.modand synchronizes the Go builder images used by all Dockerfiles. GitHub Actions workflows read the version directly fromgo.mod, so no additional CI changes are required.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
The full test suite could not be completed locally because dependencies could not be downloaded from
proxy.golang.org. The installed Go toolchain is Go 1.26.5, and all Go version references have been updated consistently.Does this PR introduce a user-facing change?: