mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-09-19 02:18:25 +08:00
fix: revert to neo4j v6 and workaround Go 1.24 Windows compiler bug with -p=1
Go 1.24 has an internal compiler race condition on Windows that causes 'package without types' errors during parallel compilation. Setting GOFLAGS="-p=1" serializes the build and avoids triggering the bug.
This commit is contained in:
@@ -30,7 +30,7 @@ require (
|
||||
github.com/mark3labs/mcp-go v0.43.0
|
||||
github.com/milvus-io/milvus/client/v2 v2.6.2
|
||||
github.com/minio/minio-go/v7 v7.0.91
|
||||
github.com/neo4j/neo4j-go-driver/v5 v5.28.4
|
||||
github.com/neo4j/neo4j-go-driver/v6 v6.0.0
|
||||
github.com/ollama/ollama v0.11.4
|
||||
github.com/open-dingtalk/dingtalk-stream-sdk-go v0.9.1
|
||||
github.com/panjf2000/ants/v2 v2.11.3
|
||||
|
||||
Reference in New Issue
Block a user