Skip to content

Commit d94ec34

Browse files
authored
feat: Upgrade proto and version to v1.8.0 (#326)
Signed-off-by: Amulya Varote <[email protected]>
1 parent 5bc8eee commit d94ec34

File tree

19 files changed

+7224
-4643
lines changed

19 files changed

+7224
-4643
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.17
38-
DAPR_CLI_VER: 1.7.0
39-
DAPR_RUNTIME_VER: 1.7.0
38+
DAPR_CLI_VER: 1.8.0
39+
DAPR_RUNTIME_VER: 1.8.0
4040
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
4141
DAPR_CLI_REF: '9472e6d977817243d6da28af3e3ca744414c54e6' # TODO, remove once DAPR CLI is upgraded to v1.7
4242
DAPR_REF: ''

scripts/fetch-proto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
OS=$(echo `uname`|tr '[:upper:]' '[:lower:]')
33
ARCH=$(uname -m)
4-
BRANCH_NAME="v1.7.0"
4+
BRANCH_NAME="v1.8.0"
55

66
# Proto buf generation
77
APPCALLBACK="appcallback"

0 commit comments

Comments
 (0)