Open xendren opened 3 months ago
I can't reproduce this issue, are you using a proxy?
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.
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.
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/go-sdk@v1.11.0: verifying module: github.com/dapr/go-sdk@v1.11.0: malformed record data
To Reproduce Update to version 1.11.0. build application.
Expected behavior go-sdk should pass verification checks.