Open
Description
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.