* Use `go mod tidy` before make I have the issue with go 1.16 that I cannot build dapr because of a lot of errors with the message: ``` missing go.sum entry for module providing package ... ``` Maybe it's because of this issue: https://github.com/golang/go/issues/44129 Executing `go mod tidy` fixed it for me. * Update mod tidy check equal to the one used in dapr/dapr Co-authored-by: Yaron Schneider <yaronsc@microsoft.com> Co-authored-by: Phil Kedy <phil.kedy@gmail.com> Co-authored-by: Artur Souza <artursouza.ms@outlook.com> |
||
---|---|---|
.. | ||
developing-component.md |