Skip to content

Commit 6ef3af6

Browse files
committed
Update Dapr runtime and CLI to 1.10.
Signed-off-by: Artur Souza <[email protected]>
1 parent 10d0961 commit 6ef3af6

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.10.0-rc.1
29-
DAPR_RUNTIME_VER: 1.10.0-rc.2
30-
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.10.0-rc.1/install/install.sh
28+
DAPR_CLI_VER: 1.10.0
29+
DAPR_RUNTIME_VER: 1.10.0
30+
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.10.0/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
@@ -37,9 +37,9 @@ jobs:
3737
GOARCH: amd64
3838
GOPROXY: https://proxy.golang.org
3939
JDK_VER: ${{ matrix.java }}
40-
DAPR_CLI_VER: 1.10.0-rc.1
41-
DAPR_RUNTIME_VER: 1.10.0-rc.2
42-
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.10.0-rc.1/install/install.sh
40+
DAPR_CLI_VER: 1.10.0
41+
DAPR_RUNTIME_VER: 1.10.0
42+
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.10.0/install/install.sh
4343
DAPR_CLI_REF:
4444
DAPR_REF:
4545
steps:

0 commit comments

Comments
 (0)