UPDATE_MILVUS_API.md
This document explains how to use the update-milvus-api command to update the milvus-proto version across all go.mod files in the project.
The update-milvus-api command has been enhanced to update the milvus-proto version in all 4 go.mod files:
go.mod (main module)client/go.mod (client module)pkg/go.mod (pkg module)tests/go_client/go.mod (test client module)make update-milvus-api PROTO_API_VERSION=v2.3.0-dev.1
make update-milvus-api PROTO_API_VERSION=4080770055ad
----------------------------
Update the milvus-proto/go-api/[email protected]
Updating milvus-proto version in all go.mod files...
Updating main go.mod...
Updating client/go.mod...
Updating pkg/go.mod...
Updating tests/go_client/go.mod...
----------------------------
Update the milvus-proto repo
----------------------------
Successfully updated milvus-proto version to v2.3.0-dev.1 in all go.mod files:
- go.mod
- client/go.mod
- pkg/go.mod
- tests/go_client/go.mod