Skip to content

Commit 86d810d

Browse files
committed
Update to use runtime and CLI 1.3 RC1.
1 parent 30b00da commit 86d810d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
GOARCH: amd64
2323
GOPROXY: https://proxy.golang.org
2424
JDK_VER: 13.0.x
25-
DAPR_CLI_VER: 1.2.0-rc.1
26-
DAPR_RUNTIME_VER: 1.2.0-rc.3
27-
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.2.0-rc.1/install/install.sh
25+
DAPR_CLI_VER: 1.3.0-rc.1
26+
DAPR_RUNTIME_VER: 1.3.0-rc.1
27+
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.3.0-rc.1/install/install.sh
2828
DAPR_CLI_REF:
2929
DAPR_REF:
3030
OSSRH_USER_TOKEN: ${{ secrets.OSSRH_USER_TOKEN }}

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
GOARCH: amd64
2828
GOPROXY: https://proxy.golang.org
2929
JDK_VER: 13.0.x
30-
DAPR_CLI_VER: 1.2.0-rc.1
31-
DAPR_RUNTIME_VER: 1.2.0-rc.3
30+
DAPR_CLI_VER: 1.3.0-rc.1
31+
DAPR_RUNTIME_VER: 1.3.0-rc.1
3232
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh
3333
DAPR_CLI_REF:
3434
DAPR_REF:

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.39.0</grpc.version>
1818
<protobuf.version>3.13.0</protobuf.version>
19-
<dapr.proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/v1.2.0-rc.3/dapr/proto</dapr.proto.baseurl>
19+
<dapr.proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/v1.3.0-rc.1/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)