-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Labels
kind/bug
Something is broken.
Comments
kataras
added a commit
to kataras/iris
that referenced
this issue
Sep 26, 2024
We are not able to reproduce this. Please try clearing caches and or reinstalling golang. |
mangalaman93
added a commit
that referenced
this issue
Oct 24, 2024
mangalaman93
added a commit
that referenced
this issue
Oct 24, 2024
mangalaman93
added a commit
that referenced
this issue
Oct 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: