Skip to content

Commit c0a8c2b

Browse files
authored
Update to latest Dapr run time and CLI. (#807)
Signed-off-by: Artur Souza <[email protected]> Signed-off-by: Artur Souza <[email protected]>
1 parent aeb42d8 commit c0a8c2b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
GOARCH: amd64
2626
GOPROXY: https://proxy.golang.org
2727
JDK_VER: ${{ matrix.java }}
28-
DAPR_CLI_VER: 1.9.0-rc.2
29-
DAPR_RUNTIME_VER: 1.9.0-rc.3
30-
DAPR_INSTALL_URL: https://github.com/raw/dapr/cli/v1.9.0-rc.2/install/install.sh
28+
DAPR_CLI_VER: 1.9.1
29+
DAPR_RUNTIME_VER: 1.9.3
30+
DAPR_INSTALL_URL: https://github.com/raw/dapr/cli/v1.9.1/install/install.sh
3131
DAPR_CLI_REF:
3232
DAPR_REF:
3333
steps:

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
GOARCH: amd64
3737
GOPROXY: https://proxy.golang.org
3838
JDK_VER: ${{ matrix.java }}
39-
DAPR_CLI_VER: 1.9.0-rc.2
40-
DAPR_RUNTIME_VER: 1.9.0-rc.3
41-
DAPR_INSTALL_URL: https://github.com/raw/dapr/cli/v1.9.0-rc.2/install/install.sh
39+
DAPR_CLI_VER: 1.9.1
40+
DAPR_RUNTIME_VER: 1.9.3
41+
DAPR_INSTALL_URL: https://github.com/raw/dapr/cli/v1.9.1/install/install.sh
4242
DAPR_CLI_REF:
4343
DAPR_REF:
4444
steps:

0 commit comments

Comments
 (0)