Revert " hotfix for 1.11.0-rc.8"

This commit is contained in:
Paul Yuknewicz 2023-05-25 14:48:30 -07:00 committed by GitHub
parent 91ecda7330
commit 5bb7e29266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
DAPR_CLI_VERSION: 1.10.0
DAPR_RUNTIME_VERSION: 1.11.0-rc.8
DAPR_RUNTIME_VERSION: 1.11.0-rc.4
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/
DAPR_DEFAULT_IMAGE_REGISTRY: ghcr
MACOS_PYTHON_VERSION: 3.10

View File

@ -19,7 +19,6 @@ This quickstart includes one service:
name: Add configuration items
expected_stdout_lines:
- 'OK'
output_match_mode: substring
-->
```bash