fix: use 2.6.6 for milvus DDL upgrading (#45739)

issue: #43897
pr: #45738

Signed-off-by: chyezh <chyezh@outlook.com>
This commit is contained in:
Zhen Ye 2025-11-20 19:26:54 +08:00 committed by GitHub
parent 92f4b48a3c
commit 9a34fb61fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ import (
const (
versionChecker260 = "<2.6.0-dev"
versionChecker265 = "<2.6.5-dev"
versionChecker265 = "<2.6.6-dev"
)
// RecoverBalancer recover the balancer working.