File tree 3 files changed +9
-9
lines changed 3 files changed +9
-9
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 }}
Original file line number Diff line number Diff line change 16
16
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
17
17
<grpc .version>1.42.1</grpc .version>
18
18
<protobuf .version>3.17.3</protobuf .version>
19
- <dapr .proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/a8c698ad897e42d6624f5fc6ccfd0630e2a8fd00 /dapr/proto</dapr .proto.baseurl>
19
+ <dapr .proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/v1.10.0-rc.2 /dapr/proto</dapr .proto.baseurl>
20
20
<os-maven-plugin .version>1.6.2</os-maven-plugin .version>
21
21
<maven-dependency-plugin .version>3.1.1</maven-dependency-plugin .version>
22
22
<maven-antrun-plugin .version>1.8</maven-antrun-plugin .version>
You can’t perform that action at this time.
0 commit comments