File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed
sdk-tests/src/test/java/io/dapr/it/testcontainers/workflows Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ jobs:
3333 spring-boot-display-version : 3.3.x
3434 experimental : false
3535 env :
36- GOVER : " 1.20 "
36+ GOVER : " 1.24.4 "
3737 GOOS : linux
3838 GOARCH : amd64
3939 GOPROXY : https://proxy.golang.org
4040 JDK_VER : ${{ matrix.java }}
41- DAPR_CLI_VER : 1.15.0
42- DAPR_RUNTIME_VER : 1.15.4
43- DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.15.0 /install/install.sh
41+ DAPR_CLI_VER : 1.16.0-rc.1
42+ DAPR_RUNTIME_VER : 1.16.0-rc.1
43+ DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.16.0-rc.1 /install/install.sh
4444 DAPR_CLI_REF :
4545 DAPR_REF :
4646 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 @@ -32,16 +32,16 @@ jobs:
3232 matrix :
3333 java : [ 17 ]
3434 env :
35- GOVER : " 1.20 "
35+ GOVER : " 1.24.4 "
3636 GOOS : linux
3737 GOARCH : amd64
3838 GOPROXY : https://proxy.golang.org
3939 JDK_VER : ${{ matrix.java }}
40- DAPR_CLI_VER : 1.15.0
41- DAPR_RUNTIME_VER : 1.15.4
42- DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.15.0 /install/install.sh
40+ DAPR_CLI_VER : 1.16.0-rc.1
41+ DAPR_RUNTIME_VER : 1.16.0-rc.1
42+ DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.16.0-rc.1 /install/install.sh
4343 DAPR_CLI_REF :
44- DAPR_REF :
44+ DAPR_REF :
4545 steps :
4646 - uses : actions/checkout@v4
4747 - name : Set up OpenJDK ${{ env.JDK_VER }}
Original file line number Diff line number Diff line change 1515
1616import com .fasterxml .jackson .databind .ObjectMapper ;
1717import io .dapr .config .Properties ;
18+ import io .dapr .it .testcontainers .TaskExecutionIdActivity ;
19+ import io .dapr .it .testcontainers .TestExecutionKeysWorkflow ;
1820import io .dapr .workflows .client .DaprWorkflowClient ;
1921import io .dapr .workflows .runtime .WorkflowRuntimeBuilder ;
2022import org .springframework .beans .factory .annotation .Value ;
You can’t perform that action at this time.
0 commit comments