chore: bump workflow pin v0.51.7 → v0.53.1; release v1.0.1#12
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates this plugin’s dependency on github.com/GoCodeAlone/workflow to the newer pinned version and aligns the plugin’s declared minimum engine version accordingly, matching the referenced pin-sweep plan.
Changes:
- Bump
github.com/GoCodeAlone/workflowfromv0.51.7tov0.53.1ingo.mod(with correspondinggo.sumupdates). - Raise
plugin.jsonminEngineVersionto0.53.0. - Drop now-unneeded indirect dependency entries and checksums as a result of
go mod tidy.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| plugin.json | Updates the plugin’s minimum supported engine version to 0.53.0. |
| go.mod | Pins github.com/GoCodeAlone/workflow to v0.53.1 and prunes indirect deps after tidy. |
| go.sum | Updates checksums to reflect the new pin and tidied dependency graph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Pin sweep per https://github.com/GoCodeAlone/workflow/blob/main/docs/plans/2026-05-16-post-cloud-sdk-plugin-sweep-design.md.
Closes part of GoCodeAlone/workflow#656.
Test plan
🤖 Generated with Claude Code