Conversation
|
For example, if you try and use https://pkg.go.dev/github.com/zilliztech/milvus-operator you currently get redirected to the obsolete milvus-io location. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #309 +/- ##
=======================================
Coverage 75.37% 75.37%
=======================================
Files 64 64
Lines 6757 6757
=======================================
Hits 5093 5093
Misses 1462 1462
Partials 202 202 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The `github.com/milvus-io/milvus-operator` project was archived long ago in 2023. Update the Go module path to reflect the current home of the milvus-operator. This fixes Go importing of the project and links on `pkg.go.dev`. Signed-off-by: SuperQ <superq@gmail.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haorenfsa, SuperQ 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 |
|
Wow, Thank you, @SuperQ! |
|
/lgtm |
|
You mean what script did I run? ack -l 'github.com/zilliztech/milvus-operator' \
| xargs sed -i -e 's|github.com/milvus-io/milvus-operator|github.com/zilliztech/milvus-operator|'Plus a few manual edits. |
The
github.com/milvus-io/milvus-operatorproject was archived long ago in 2023. Update the Go module path to reflect the current home of the milvus-operator. This fixes Go importing of the project and links onpkg.go.dev.