Skip to content

Commit

Permalink
Merge pull request #1094 from mikeee/patch-1
Browse files Browse the repository at this point in the history
ci: update dapr cli to 1.14.1 / runtime to 1.14.2
  • Loading branch information
paulyuk authored Sep 21, 2024
2 parents 06227fb + fdb69b8 commit bfb887e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/env/global.env
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion jobs/go/http/dapr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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", "."]
command: ["go", "run", "."]
1 change: 1 addition & 0 deletions jobs/go/sdk/dapr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ apps:
appPort: 6400
daprGRPCPort: 6481
appProtocol: grpc
schedulerHostAddress: localhost
command: ["go", "run", "."]
- appDirPath: ./job-scheduler/
appID: job-scheduler
Expand Down

0 comments on commit bfb887e

Please sign in to comment.