Proposal
Upgrade dependency 'milvus-io/[email protected]'.
Problem Description
Currently testcontainters-go depends on milvus-io/[email protected]. However, milvus-io/milvus-sdk-go seems to change the retag v2.3.6, so the checksum from the code in github does not match the checksum saved in sum.golang.org.
Consequently, when trying to download milvus-io/[email protected] directly from Github, the following error will occur.
root@iZj6c5flh0q5ax3d1ttfuhZ:~/temp# GOPROXY=direct go get github.com/milvus-io/milvus-sdk-go/v2/@v2.3.6
go: downloading github.com/milvus-io/milvus-sdk-go/v2 v2.3.6
go: github.com/milvus-io/milvus-sdk-go/[email protected]: verifying module: checksum mismatch
downloaded: h1:pPbasW7GauN6ZvJhpKdbyW5uqU7/b61fxvRqDHDho14=
sum.golang.org: h1:JVn9OdaronLGmtpxvamQf523mtn3Z/CRxkSZCMWutV4=
SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.
Solution
Upgrade milvus-io/milvus-sdk-go to avoid this problem.
Proposal
Upgrade dependency 'milvus-io/[email protected]'.
Problem Description
Currently
testcontainters-godepends onmilvus-io/[email protected]. However,milvus-io/milvus-sdk-goseems to change the retag v2.3.6, so the checksum from the code in github does not match the checksum saved insum.golang.org.Consequently, when trying to download
milvus-io/[email protected]directly from Github, the following error will occur.Solution
Upgrade
milvus-io/milvus-sdk-goto avoid this problem.