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:
wizardchen
2026-04-11 22:08:02 +08:00
committed by lyingbug
parent 9525f08038
commit a655a25cf8
7 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -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