-
Notifications
You must be signed in to change notification settings - Fork 171
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
Dapr 1.9.1 Checksum mismatch #474
Comments
How did you upgrade the reference? I can't reproduce it |
I have no idea how this keeps happening with Dapr go-sdk, this is the only project I keep having this issue.
Note that the hash of the go.mod from the repo and Go sum DB match up ( |
Something else that I just noticed. When I do: And then do
But I actually get the following change in my vendor folder:
The extra change comes from #471 (commit |
It does look like the tag has been modified. I appreciate it's frustrating. There is a release coming up soon that should not face the same issue, I'll keep this issue appraised of the latest as well as investigate how we can ensure this doesn't happen going forwards. |
Thank you @mikeee! Will keep an eye out, for now I have set the dependency to |
Describe the bug
When building a docker container with go we have a step which calls
go mod download
. We are getting the following error:To Reproduce
Expected behavior
The text was updated successfully, but these errors were encountered: