Skip to content

Commit e5badbc

Browse files
mikeeeyaron2
andauthored
fix(examples): update deprecated flag (#689)
* fix(examples): update deprecated flag Signed-off-by: Mike Nguyen <[email protected]> * ci: test cli PR Signed-off-by: Mike Nguyen <[email protected]> * test(service): bump body size to 41Mi Signed-off-by: Mike Nguyen <[email protected]> * chore: bump cli to rc6 and runtime to rc16 Signed-off-by: Mike Nguyen <[email protected]> --------- Signed-off-by: Mike Nguyen <[email protected]> Co-authored-by: Yaron Schneider <[email protected]>
1 parent dd3595c commit e5badbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/validate_examples.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
CHECKOUT_REF: ${{ github.ref }}
3939
outputs:
4040
DAPR_INSTALL_URL: ${{ env.DAPR_INSTALL_URL }}
41-
DAPR_CLI_VER: 1.15.0-rc.5
41+
DAPR_CLI_VER: 1.15.0-rc.6
4242
DAPR_CLI_REF: ${{ steps.outputs.outputs.DAPR_CLI_REF }}
43-
DAPR_RUNTIME_VER: 1.15.0-rc.13
43+
DAPR_RUNTIME_VER: 1.15.0-rc.16
4444
CHECKOUT_REPO: ${{ steps.outputs.outputs.CHECKOUT_REPO }}
4545
CHECKOUT_REF: ${{ steps.outputs.outputs.CHECKOUT_REF }}
4646
DAPR_REF: ${{ steps.outputs.outputs.DAPR_REF }}

examples/service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ expected_stdout_lines:
9191
```bash
9292
dapr run --app-id custom-grpc-client \
9393
-d ./config \
94-
--dapr-http-max-request-size 41 \
94+
--max-body-size 41Mi \
9595
--log-level debug \
9696
go run ./custom-grpc-client/main.go
9797
```

0 commit comments

Comments
 (0)