Skip to content

[Enhancement]: Upgrade dependency 'milvus-io/milvus-sdk-go'. #2751

@HappyHacker123

Description

@HappyHacker123

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions