Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This download does NOT match the one reported by the checksum server #2000

Open
EgidioCaprino opened this issue Jul 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@EgidioCaprino
Copy link

What happened
I tried to install the Go client

$ go get github.com/codenotary/immudb/pkg/client
go: downloading github.com/codenotary/immudb v1.9.3
go: github.com/codenotary/immudb/pkg/client: github.com/codenotary/[email protected]: verifying module: checksum mismatch
        downloaded: h1:kB1HqKQ/hZ2j9y4Xv9nKqIQTlXoGADNxp05iZO4VYdQ=
        sum.golang.org: h1:8ozs0Hejs7HQUNBCCoNgV/Ol0Ztu7FUn4XFe6J9VcHU=

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.

For more information, see 'go help module-auth'.

What you expected to happen
The client module to be installed correctly.

How to reproduce it (as minimally and precisely as possible)

$ go get github.com/codenotary/immudb/pkg/client

Environment
The server runs in a Docker container.
image

Additional info (any other context about the problem)
None

@EgidioCaprino EgidioCaprino added the bug Something isn't working label Jul 5, 2024
@ostafen
Copy link
Collaborator

ostafen commented Jul 8, 2024

Hey, @EgidioCaprino, we found out that the go.sum corresponding to v1.9.3 is broken, hence the issue you are getting.
You can fetch the master version for now:

go get github.com/codenotary/immudb/pkg/client@master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants