Skip to content

Commit 69292a6

Browse files
artursouzamacromania
authored andcommitted
Use runtime 1.10.0-rc.X and CLI 1.10.0-rc.X (dapr#827)
Signed-off-by: Artur Souza <[email protected]> Signed-off-by: Mahmut Canga <[email protected]>
1 parent 9e30733 commit 69292a6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
GOARCH: amd64
2626
GOPROXY: https://proxy.golang.org
2727
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
3131
DAPR_CLI_REF:
32-
DAPR_REF: a8c698ad897e42d6624f5fc6ccfd0630e2a8fd00
32+
DAPR_REF:
3333
steps:
3434
- uses: actions/checkout@v3
3535
- name: Set up OpenJDK ${{ env.JDK_VER }}

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
GOARCH: amd64
3838
GOPROXY: https://proxy.golang.org
3939
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
4343
DAPR_CLI_REF:
44-
DAPR_REF: a8c698ad897e42d6624f5fc6ccfd0630e2a8fd00
44+
DAPR_REF:
4545
steps:
4646
- uses: actions/checkout@v3
4747
- name: Set up OpenJDK ${{ env.JDK_VER }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<grpc.version>1.42.1</grpc.version>
1818
<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>
2020
<os-maven-plugin.version>1.6.2</os-maven-plugin.version>
2121
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
2222
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>

0 commit comments

Comments
 (0)