File tree Expand file tree Collapse file tree
testcontainers-dapr/src/main/java/io/dapr/testcontainers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,9 +117,9 @@ jobs:
117117 GOARCH : amd64
118118 GOPROXY : https://proxy.golang.org
119119 JDK_VER : ${{ matrix.java }}
120- DAPR_CLI_VER : 1.17 .0
121- DAPR_RUNTIME_VER : 1.18.0-rc.4
122- DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.17 .0/install/install.sh
120+ DAPR_CLI_VER : 1.18 .0
121+ DAPR_RUNTIME_VER : 1.18.0
122+ DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.18 .0/install/install.sh
123123 DAPR_CLI_REF :
124124 DAPR_REF :
125125 TOXIPROXY_URL : https://github.com/Shopify/toxiproxy/releases/download/v2.5.0/toxiproxy-server-linux-amd64
Original file line number Diff line number Diff line change 3737 GOARCH : amd64
3838 GOPROXY : https://proxy.golang.org
3939 JDK_VER : ${{ matrix.java }}
40- DAPR_CLI_VER : 1.17 .0
41- DAPR_RUNTIME_VER : 1.18.0-rc.4
42- DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.17 .0/install/install.sh
40+ DAPR_CLI_VER : 1.18 .0
41+ DAPR_RUNTIME_VER : 1.18.0
42+ DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.18 .0/install/install.sh
4343 DAPR_CLI_REF :
4444 DAPR_REF :
4545 steps :
Original file line number Diff line number Diff line change 1616 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1717 <grpc .version>1.79.0</grpc .version>
1818 <protobuf .version>3.25.5</protobuf .version>
19- <dapr .proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/v1.18.0-rc.4 /dapr/proto</dapr .proto.baseurl>
19+ <dapr .proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/v1.18.0/dapr/proto</dapr .proto.baseurl>
2020 <durabletask .proto.baseurl>https://raw.githubusercontent.com/dapr/durabletask-protobuf/main/protos</durabletask .proto.baseurl>
2121 <dapr .sdk.version>1.19.0-SNAPSHOT</dapr .sdk.version>
2222 <os-maven-plugin .version>1.7.1</os-maven-plugin .version>
Original file line number Diff line number Diff line change 1414package io .dapr .testcontainers ;
1515
1616public interface DaprContainerConstants {
17- String DAPR_VERSION = "1.18.0-rc.4 " ;
17+ String DAPR_VERSION = "1.18.0" ;
1818 String DAPR_WORKFLOWS_DASHBOARD_VERSION = "0.0.1" ;
1919 String DAPR_RUNTIME_IMAGE_TAG = "daprio/daprd:" + DAPR_VERSION ;
2020 String DAPR_PLACEMENT_IMAGE_TAG = "daprio/placement:" + DAPR_VERSION ;
You can’t perform that action at this time.
0 commit comments