You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: