-
Notifications
You must be signed in to change notification settings - Fork 173
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.7.0 checksum mismatch #375
Comments
I'm seeing the same problem without dependabot. I'm just doing a "go mod tidy" and I get:
is there a workaround for this? |
@mikeb26 most likely another release needs to be created for the dapr go-sdk as a patch version like Based on the issue I linked this could have been done if the git tag was moved after the GitHub release was created which is why the checksum mismatch is occurring. |
@yaron2 this one was flagged to me as an issue that is causing a lot of pain for the devops process. |
I'll look into that but so far unable to reproduce it. @mikeb26 can you try clearing your go cache and see if this resolves? go clean -modcache |
I tried various versions of this along with building on a new installation of ubuntu and hit the same problem. It only seems to manifest when a go project has multiple sub-directories and multiple of those have dependencies on the dapr go sdk. I saw this once before last summer; I'm wondering if there's some release process of the dapr go sdk that can result in the problem @coreywagehoft postulates of the tag moving after release? the module vendoring system seems to be built on the assumption that released tags are immutable. |
@yaron2 this is now occurring with the 1.8.0 release as well. |
I also have this with 1.8.0 in Dependabot, even after clearing the caches locally and in our Dependabot setup |
Any updates on this issue? |
@yaron2 are there any updates on this? This issue is causing dependabot to fail, hindering the ability to keep our dependencies up to date automatically. |
@yaron2 any updates on this? hit again today on v1.9.1 after a go mod tidy:
|
Describe the bug
When using Dependabot to update dependencies it is currently failing due to an issue with the checksum for the
1.7.0
release with the following error:verifying github.com/dapr/[email protected]: checksum mismatch
I found a related issue to this in dependabot-core: dependabot/dependabot-core#3073
To Reproduce
Use dependabot to manage go.mod dependencies in a repo that requires the Dapr go-sdk.
Expected behavior
The checksum should not fail and dependabot should be able to perform a dependency check.
The text was updated successfully, but these errors were encountered: