Skip to content

Commit ae2e61c

Browse files
artursouzamacromania
authored andcommitted
Upgrade to 1.11 RCs. (dapr#867)
Signed-off-by: Artur Souza <[email protected]> Signed-off-by: Mahmut Canga <[email protected]>
1 parent 1f33417 commit ae2e61c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
continue-on-error: ${{ matrix.experimental }}
2121
strategy:
22-
fail-fast: true
22+
fail-fast: false
2323
matrix:
2424
java: [ 11, 13, 15, 16 ]
2525
spring-boot-version: [ 2.7.8 ]
@@ -43,11 +43,11 @@ jobs:
4343
GOARCH: amd64
4444
GOPROXY: https://proxy.golang.org
4545
JDK_VER: ${{ matrix.java }}
46-
DAPR_CLI_VER: 1.10.0
47-
DAPR_RUNTIME_VER: 1.10.6-rc.2
48-
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.10.0/install/install.sh
46+
DAPR_CLI_VER: 1.11.0-rc.1
47+
DAPR_RUNTIME_VER: 1.11.0-rc.5
48+
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.11.0-rc.1/install/install.sh
4949
DAPR_CLI_REF:
50-
DAPR_REF: 1415e23b14628db70adf9403f5a18876f40b6924
50+
DAPR_REF:
5151
steps:
5252
- uses: actions/checkout@v3
5353
- 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.10.0
41-
DAPR_RUNTIME_VER: 1.10.6-rc.2
42-
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.10.0/install/install.sh
40+
DAPR_CLI_VER: 1.11.0-rc.1
41+
DAPR_RUNTIME_VER: 1.11.0-rc.5
42+
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.11.0-rc.1/install/install.sh
4343
DAPR_CLI_REF:
44-
DAPR_REF: 1415e23b14628db70adf9403f5a18876f40b6924
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/1415e23b14628db70adf9403f5a18876f40b6924/dapr/proto</dapr.proto.baseurl>
19+
<dapr.proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/v1.11.0-rc.5/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)