Merge pull request #2230 from Jarema/patch-1

Add note how to avoid compatibility issues between repos
This commit is contained in:
Bernd Verst 2022-10-27 11:06:56 -07:00 committed by GitHub
commit a20a2b2dca
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