fix: bump setup-go v5 to v6, correct plugin version string#32
Merged
Conversation
- CI: actions/setup-go v5 → v6 (aligns with all other CM repos) - plugin.go: Version() 0.1.0 → 0.4.4 (matches current release tag) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates project metadata to align with current release/CI standards for the update plugin repository.
Changes:
- Bump GitHub Actions
actions/setup-gofrom v5 to v6 in CI workflow. - Correct
UpdatePlugin.Version()return value from0.1.0to0.4.4to match the stated release tag.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
plugin.go |
Updates the plugin’s reported version string. |
.github/workflows/ci.yml |
Updates CI to use actions/setup-go@v6 for lint/test jobs. |
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.
Changes
actions/setup-gov5 → v6 (aligns with all other CM repos)Version()corrected from0.1.0to0.4.4to match current release tagContext
Cross-repo docs and CI synchronization audit found setup-go was behind and the plugin version string was never updated from the initial skeleton value.
All tests pass locally with
GOWORK=off.