-
Notifications
You must be signed in to change notification settings - Fork 3k
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
enhance: Use v2 package name for pkg module #39990
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
a940f97
to
c687de4
Compare
@congqixia go-sdk check failed, comment |
c687de4
to
52f01a9
Compare
@congqixia go-sdk check failed, comment |
@congqixia E2e jenkins job failed, comment |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project check has failed because the head coverage (69.61%) is below the target coverage (77.00%). You can increase the head coverage or adjust the target coverage.
Additional details and impacted files@@ Coverage Diff @@
## master #39990 +/- ##
===========================================
- Coverage 80.56% 69.61% -10.95%
===========================================
Files 1465 307 -1158
Lines 205366 27491 -177875
===========================================
- Hits 165455 19139 -146316
+ Misses 33893 8352 -25541
+ Partials 6018 0 -6018
|
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
1b57f0a
to
14c2286
Compare
Related to milvus-io#39095 https://go.dev/doc/modules/version-numbers Update pkg version according to golang dep version convention Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
14c2286
to
e655d31
Compare
Related to #39095
https://go.dev/doc/modules/version-numbers
Update pkg version according to golang dep version convention