Skip to content

Commit dc22587

Browse files
committed
Version correction
Signed-off-by: Deepanshu Agarwal <[email protected]>
1 parent 0b0ab80 commit dc22587

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
runs-on: ubuntu-latest
3636
env:
3737
GOVER: 1.22
38-
DAPR_CLI_VER: 1.14.0-rc.6
39-
DAPR_RUNTIME_VER: 1.14.0-rc.6
38+
DAPR_CLI_VER: 1.14.0-rc.7
39+
DAPR_RUNTIME_VER: 1.14.0-rc.5
4040
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
4141
DAPR_CLI_REF: ""
4242
DAPR_REF: ""

scripts/fetch-proto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ OS=$(echo `uname`|tr '[:upper:]' '[:lower:]')
33
ARCH=$(uname -m)
44
ORG_NAME="dapr"
55
REPO_NAME="dapr"
6-
BRANCH_NAME="v1.14.0-rc.6"
6+
BRANCH_NAME="v1.14.0-rc.5"
77

88
# Path to store output
99
PATH_ROOT=$(pwd)

0 commit comments

Comments
 (0)