bump cli and various other versions - #1320
Merged
alicejgibbons merged 4 commits intoJun 1, 2026
Merged
Conversation
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Contributor
Author
|
I will cut the go-sdk rc2 in just a second. Let me do that then bump the version here again. done |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates repository-wide Dapr tooling and Go dependency pins used by the quickstart validation paths.
Changes:
- Bumps
DAPR_CLI_VERSIONfrom1.17.0to1.18.0-rc.1. - Updates
github.com/dapr/durabletask-gofromv0.12.0tov0.12.1across affected Go modules. - Updates
github.com/dapr/kitfromv0.18.0tov0.18.1across affected Go modules.
Reviewed changes
Copilot reviewed 13 out of 25 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/env/global.env |
Updates the shared Dapr CLI version used by validation workflows. |
bindings/go/sdk/batch/go.mod |
Bumps Dapr Go dependency versions. |
bindings/go/sdk/batch/go.sum |
Updates checksums for bumped Dapr Go dependencies. |
configuration/go/sdk/order-processor/go.mod |
Bumps Dapr Go dependency versions. |
configuration/go/sdk/order-processor/go.sum |
Updates checksums for bumped Dapr Go dependencies. |
conversation/go/sdk/conversation/go.mod |
Bumps Dapr Go dependency versions. |
conversation/go/sdk/conversation/go.sum |
Updates checksums for bumped Dapr Go dependencies. |
cryptography/go/sdk/crypto-quickstart/go.mod |
Bumps Dapr Go dependency versions. |
cryptography/go/sdk/crypto-quickstart/go.sum |
Updates checksums for bumped Dapr Go dependencies. |
jobs/go/sdk/job-scheduler/go.mod |
Bumps Dapr Go dependency versions. |
jobs/go/sdk/job-scheduler/go.sum |
Updates checksums for bumped Dapr Go dependencies. |
jobs/go/sdk/job-service/go.mod |
Bumps Dapr Go dependency versions. |
jobs/go/sdk/job-service/go.sum |
Updates checksums for bumped Dapr Go dependencies. |
pub_sub/go/sdk/checkout/go.mod |
Bumps Dapr Go dependency versions. |
pub_sub/go/sdk/checkout/go.sum |
Updates checksums for bumped Dapr Go dependencies. |
pub_sub/go/sdk/order-processor/go.mod |
Bumps Dapr Go dependency versions. |
pub_sub/go/sdk/order-processor/go.sum |
Updates checksums for bumped Dapr Go dependencies. |
secrets_management/go/sdk/order-processor/go.mod |
Bumps Dapr Go dependency versions. |
secrets_management/go/sdk/order-processor/go.sum |
Updates checksums for bumped Dapr Go dependencies. |
state_management/go/sdk/order-processor/go.mod |
Bumps Dapr Go dependency versions. |
state_management/go/sdk/order-processor/go.sum |
Updates checksums for bumped Dapr Go dependencies. |
tutorials/workflow/go/history-propagation/go.mod |
Bumps Dapr workflow-related Go dependency versions. |
tutorials/workflow/go/history-propagation/go.sum |
Updates checksums for bumped Dapr Go dependencies. |
workflows/go/sdk/order-processor/go.mod |
Bumps Dapr workflow-related Go dependency versions. |
workflows/go/sdk/order-processor/go.sum |
Updates checksums for bumped Dapr Go dependencies. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update cli version 1.18.0 rc.1 + a few other versions