Merge branch 'master' into workflow-dev

This commit is contained in:
Bernd Verst 2022-10-27 12:26:55 -07:00 committed by GitHub
commit b3e90c253f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ make lint
## Validating with Dapr core
1. Make sure you clone the `dapr/dapr` and `dapr/components-contrib` repositories side-by-side, within the same folder.
1. In case of compatibility issues between `dapr/dapr` and `dapr/compoments-contrib` `go.mod` files during build, checkout the latest released version of `dapr/dapr`.
1. Replace `github.com/dapr/components-contrib` with a reference to the locally-cloned `components-contrib`:
```bash
go mod edit -replace github.com/dapr/components-contrib=../components-contrib