diff --git a/.github/env/global.env b/.github/env/global.env index 0945f3dd6..1c50757ba 100644 --- a/.github/env/global.env +++ b/.github/env/global.env @@ -1,5 +1,5 @@ -DAPR_CLI_VERSION: 1.14.0 -DAPR_RUNTIME_VERSION: 1.14.1 +DAPR_CLI_VERSION: 1.14.1 +DAPR_RUNTIME_VERSION: 1.14.2 DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/ DAPR_DEFAULT_IMAGE_REGISTRY: ghcr MACOS_PYTHON_VERSION: 3.10 diff --git a/jobs/go/http/dapr.yaml b/jobs/go/http/dapr.yaml index c21872677..d3edf24ab 100644 --- a/jobs/go/http/dapr.yaml +++ b/jobs/go/http/dapr.yaml @@ -4,9 +4,10 @@ apps: appID: job-service appPort: 6200 daprHTTPPort: 6280 + schedulerHostAddress: localhost command: ["go", "run", "."] - appDirPath: ./job-scheduler/ appID: job-scheduler appPort: 6300 daprHTTPPort: 6380 - command: ["go", "run", "."] \ No newline at end of file + command: ["go", "run", "."] diff --git a/jobs/go/sdk/dapr.yaml b/jobs/go/sdk/dapr.yaml index 4d0f47f98..82f18f4e4 100644 --- a/jobs/go/sdk/dapr.yaml +++ b/jobs/go/sdk/dapr.yaml @@ -8,6 +8,7 @@ apps: appPort: 6400 daprGRPCPort: 6481 appProtocol: grpc + schedulerHostAddress: localhost command: ["go", "run", "."] - appDirPath: ./job-scheduler/ appID: job-scheduler