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

[BUG]: install latest doesn't work #2113

Closed
marcelloh opened this issue Sep 24, 2024 · 1 comment
Closed

[BUG]: install latest doesn't work #2113

marcelloh opened this issue Sep 24, 2024 · 1 comment
Labels
kind/bug Something is broken.

Comments

@marcelloh
Copy link

What version of Badger are you using?

go install github.com/dgraph-io/badger/v4/badger@latest

What version of Go are you using?

go version go1.23.1 darwin/arm64

Have you tried reproducing the issue with the latest release?

None

What is the hardware spec (RAM, CPU, OS)?

MacOs

What steps will reproduce the bug?

run the command:
go version go1.23.1 darwin/arm64

Expected behavior and actual result.

go install github.com/dgraph-io/badger/v4/badger@latest
go: github.com/dgraph-io/badger/[email protected]: verifying module: checksum mismatch
downloaded: h1:JZ8tapVYg+6sFQqg+BOokAxX+t09UeVPsPoXIq7jlNg=
sum.golang.org: h1:lcsCE1/1qrRhqP+zYx6xDZb8n7U+QlwNicpc676Ub40=

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'.

Additional information

No response

@marcelloh marcelloh added the kind/bug Something is broken. label Sep 24, 2024
kataras added a commit to kataras/iris that referenced this issue Sep 26, 2024
@harshil-goel
Copy link
Contributor

We are not able to reproduce this. Please try clearing caches and or reinstalling golang.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something is broken.
Development

No branches or pull requests

2 participants