fix: upgrade Go to 1.25.8 for CVE-2025-68121, CVE-2026-27142, CVE-2026-25679#48287
fix: upgrade Go to 1.25.8 for CVE-2025-68121, CVE-2026-27142, CVE-2026-25679#48287liliu-z wants to merge 3 commits intomilvus-io:2.6from
Conversation
…6-25679 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Li Liu <li.liu@zilliz.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liliu-z 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 |
|
[ci-v2-notice] To rerun ci-v2 checks, comment with:
If you have any questions or requests, please contact @zhikunyao. |
|
[INFO] PR Label Summary by Default
[WARNING] Milestone not set
You can set milestone by commenting: Use /refresh-label to update related check and label manually |
|
@liliu-z go-sdk check failed, comment |
gotestsum v1.12.0 depends on golang.org/x/tools v0.19.0 which is incompatible with Go 1.25 (invalid array length error in tokeninternal). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Li Liu <li.liu@zilliz.com>
|
[INFO] PR Label Summary by Default
[WARNING] Milestone not set
You can set milestone by commenting: Use /refresh-label to update related check and label manually |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 2.6 #48287 +/- ##
===========================================
+ Coverage 74.69% 83.38% +8.68%
===========================================
Files 1414 542 -872
Lines 221810 85787 -136023
===========================================
- Hits 165684 71533 -94151
+ Misses 48586 14254 -34332
+ Partials 7540 0 -7540
🚀 New features to boost your workflow:
|
Build Env Images ReadyNew builder images have been built and pushed to Harbor. Image tag:
Next StepsTo use these new builder images for CI, update the # Update CPU builder tag
sed -i 's/^DATE_VERSION=.*/DATE_VERSION=20260318-5e6b883/' .env
sed -i 's/^LATEST_DATE_VERSION=.*/LATEST_DATE_VERSION=20260318-5e6b883/' .envThen commit and push to trigger CI with the new builder images. Build: #10 |
|
/ci-rerun-buildenv |
1 similar comment
|
/ci-rerun-buildenv |
Build Env Images ReadyNew builder images have been built and pushed to Harbor. Image tag:
Next StepsTo use these new builder images for CI, update the # Update CPU builder tag
sed -i 's/^DATE_VERSION=.*/DATE_VERSION=20260318-5e6b883/' .env
sed -i 's/^LATEST_DATE_VERSION=.*/LATEST_DATE_VERSION=20260318-5e6b883/' .env
# Update GPU builder tag
sed -i 's/^GPU_DATE_VERSION=.*/GPU_DATE_VERSION=20260318-5e6b883/' .env
sed -i 's/^LATEST_GPU_DATE_VERSION=.*/LATEST_GPU_DATE_VERSION=20260318-5e6b883/' .envThen commit and push to trigger CI with the new builder images. Build: #12 |
Build Env Images ReadyNew builder images have been built and pushed to Harbor. Image tag:
Next StepsTo use these new builder images for CI, update the # Update CPU builder tag
sed -i 's/^DATE_VERSION=.*/DATE_VERSION=20260318-5e6b883/' .env
sed -i 's/^LATEST_DATE_VERSION=.*/LATEST_DATE_VERSION=20260318-5e6b883/' .envThen commit and push to trigger CI with the new builder images. Build: #13 |
|
/ci-rerun-buildenv |
Build Env Images ReadyNew builder images have been built and pushed to Harbor. Image tag:
Next StepsTo use these new builder images for CI, update the # Update CPU builder tag
sed -i 's/^DATE_VERSION=.*/DATE_VERSION=20260318-5e6b883/' .env
sed -i 's/^LATEST_DATE_VERSION=.*/LATEST_DATE_VERSION=20260318-5e6b883/' .env
# Update GPU builder tag
sed -i 's/^GPU_DATE_VERSION=.*/GPU_DATE_VERSION=20260318-5e6b883/' .env
sed -i 's/^LATEST_GPU_DATE_VERSION=.*/LATEST_GPU_DATE_VERSION=20260318-5e6b883/' .envThen commit and push to trigger CI with the new builder images. Build: #21 |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Li Liu <li.liu@zilliz.com>
|
[INFO] PR Label Summary by Default
[WARNING] Milestone not set
You can set milestone by commenting: Use /refresh-label to update related check and label manually |
|
@liliu-z go-sdk check failed, comment |
|
[INFO] PR Label Summary by Default
[WARNING] Milestone not set
You can set milestone by commenting: Use /refresh-label to update related check and label manually |
00419e7 to
e646d43
Compare
|
[INFO] PR Label Summary by Default
[WARNING] Milestone not set
You can set milestone by commenting: Use /refresh-label to update related check and label manually |
|
@liliu-z go-sdk check failed, comment |
Summary
Changes
godirective in go.mod files (root, pkg/, client/, tests/go_client/)pr: #48286
Test plan
make milvusbuilds successfully with Go 1.25.8🤖 Generated with Claude Code