Skip to content

Commit 4ed7109

Browse files
committed
Update CLI and runtime to 1.6.0-rc.x
Signed-off-by: Artur Souza <[email protected]>
1 parent 1099ac1 commit 4ed7109

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.5.1
29-
DAPR_RUNTIME_VER: 1.5.1
30-
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.4.0-rc.1/install/install.sh
28+
DAPR_CLI_VER: 1.6.0-rc.1
29+
DAPR_RUNTIME_VER: 1.6.0-rc.2
30+
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.6.0-rc.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.5.1
40-
DAPR_RUNTIME_VER: 1.5.1
41-
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.4.0-rc.1/install/install.sh
39+
DAPR_CLI_VER: 1.6.0-rc.1
40+
DAPR_RUNTIME_VER: 1.6.0-rc.2
41+
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.6.0-rc.1/install/install.sh
4242
DAPR_CLI_REF:
4343
DAPR_REF:
4444
steps:

0 commit comments

Comments
 (0)