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

Release v1.11.0 is failing verification with malformed record data #616

Open
xendren opened this issue Aug 15, 2024 · 3 comments
Open

Release v1.11.0 is failing verification with malformed record data #616

xendren opened this issue Aug 15, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@xendren
Copy link

xendren commented Aug 15, 2024

Describe the bug
Updated my application to use go-sdk v1.11.0.
go mod tidy results with this error:

github.com/dapr/go-sdk/client: github.com/dapr/[email protected]: verifying module: github.com/dapr/[email protected]: malformed record data

To Reproduce
Update to version 1.11.0.
build application.

Expected behavior
go-sdk should pass verification checks.

@xendren xendren added the bug Something isn't working label Aug 15, 2024
@mikeee
Copy link
Member

mikeee commented Aug 15, 2024

I can't reproduce this issue, are you using a proxy?

@xendren
Copy link
Author

xendren commented Aug 20, 2024

We do use a proxy, but everything has been working perfectly fine for months with the previous go-sdk and golang versions. I'll keep digging.

@xendren
Copy link
Author

xendren commented Aug 20, 2024

So our GOPROXY setting had our proxy to public repo and a private repo in the list. Removing the private repo from GOPROXY appears to fix the issue, but that doesn't make any sense in this scenario.

Thank you have for helping to look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants