We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0ab80 commit dc22587Copy full SHA for dc22587
.github/workflows/test-e2e.yml
@@ -35,8 +35,8 @@ jobs:
35
runs-on: ubuntu-latest
36
env:
37
GOVER: 1.22
38
- DAPR_CLI_VER: 1.14.0-rc.6
39
- DAPR_RUNTIME_VER: 1.14.0-rc.6
+ DAPR_CLI_VER: 1.14.0-rc.7
+ DAPR_RUNTIME_VER: 1.14.0-rc.5
40
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
41
DAPR_CLI_REF: ""
42
DAPR_REF: ""
scripts/fetch-proto.sh
@@ -3,7 +3,7 @@ OS=$(echo `uname`|tr '[:upper:]' '[:lower:]')
3
ARCH=$(uname -m)
4
ORG_NAME="dapr"
5
REPO_NAME="dapr"
6
-BRANCH_NAME="v1.14.0-rc.6"
+BRANCH_NAME="v1.14.0-rc.5"
7
8
# Path to store output
9
PATH_ROOT=$(pwd)
0 commit comments