dapr / go-sdk

Dapr SDK for go
Apache License 2.0
443 stars 170 forks source link

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

Open xendren opened 4 weeks ago

xendren commented 4 weeks ago

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.

mikeee commented 4 weeks ago

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

xendren commented 3 weeks ago

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 commented 3 weeks ago

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.