-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
checksum mismatch for v0.6.0 #1418
Comments
@owais do you know if the v0.6.0 tag got force pushed that would cause checksums to fail? |
@owais did a "retag" I think, which is not allowed by golang :( |
I deleted the tag from github but then tagged the exact same commit thinking that was fine. May be I made a mistake and amended the commit before re-tagging it. We can release |
Pushed tag v0.6.1, this should be resolved now. CI is building the docker image and soon golang will pick this. |
* Add a split protocol driver This is a wrapper around two other protocol drivers, so it makes it possible to send traces using a different protocol than the one used for metrics. * Add an example and tests for multi GRPC endpoint driver * Update changelog * Document the split driver
Describe the bug
A clear and concise description of what the bug is.
go: downloading go.opentelemetry.io/collector v0.6.0
go get: go.opentelemetry.io/collector@v0.6.0: verifying module: checksum mismatch
downloaded: h1:j7TJX0CMNfGDu2zx9ohmw8li/G6ZZYX/kEpA2B0A5fg=
sum.golang.org: h1:ade+H/U3+m+Bf234cap10+rnBV4x7RMNLFl4/1jI0Io=
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'.
Steps to reproduce
If possible, provide a recipe for reproducing the error.
go get -u go.opentelemetry.io/collector@v0.6.0
What did you expect to see?
A clear and concise description of what you expected to see.
What did you see instead?
A clear and concise description of what you saw instead.
What version did you use?
Version: (e.g.,
v0.4.0
,1eb551b
, etc)What config did you use?
Config: (e.g. the yaml config file)
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: