File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
GOARCH : amd64
26
26
GOPROXY : https://proxy.golang.org
27
27
JDK_VER : ${{ matrix.java }}
28
- DAPR_CLI_VER : 1.9 .1
29
- DAPR_RUNTIME_VER : 1.9.3
30
- DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.9 .1/install/install.sh
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
31
31
DAPR_CLI_REF :
32
- DAPR_REF : a8c698ad897e42d6624f5fc6ccfd0630e2a8fd00
32
+ DAPR_REF :
33
33
steps :
34
34
- uses : actions/checkout@v3
35
35
- name : Set up OpenJDK ${{ env.JDK_VER }}
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
37
37
GOARCH : amd64
38
38
GOPROXY : https://proxy.golang.org
39
39
JDK_VER : ${{ matrix.java }}
40
- DAPR_CLI_VER : 1.9 .1
41
- DAPR_RUNTIME_VER : 1.9.3
42
- DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.9 .1/install/install.sh
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
43
43
DAPR_CLI_REF :
44
- DAPR_REF : a8c698ad897e42d6624f5fc6ccfd0630e2a8fd00
44
+ DAPR_REF :
45
45
steps :
46
46
- uses : actions/checkout@v3
47
47
- name : Set up OpenJDK ${{ env.JDK_VER }}
You can’t perform that action at this time.
0 commit comments