Skip to content

refactor: simplify go version in release workflow#625

Merged
tenthirtyam merged 1 commit intomainfrom
refactor/release-simplify-go-version
Jan 31, 2026
Merged

refactor: simplify go version in release workflow#625
tenthirtyam merged 1 commit intomainfrom
refactor/release-simplify-go-version

Conversation

@tenthirtyam
Copy link
Copy Markdown
Collaborator

Summary

Removed the separate job for reading the Go version from .'go-version 'and now use the 'go.mod' file directly.

This streamlines the workflow and reduces complexity.

Type

  • fix: Bug Fix
  • feat: Feature or Enhancement
  • docs: Documentation
  • refactor: Refactoring
  • chore: Build, Dependencies, Workflows, etc.
  • other: Other (Please describe.)

Breaking Changes?

  • Yes, there are breaking changes.
  • No, there are no breaking changes.

Tests

  • Tests have been added or updated.
  • Tests have been completed.

Output:

Documentation

  • Documentation has been added or updated.

Issue References

Release Note

Additional Information

Removed the separate job for reading the Go version from .'go-version 'and now use the 'go.mod' file directly. This streamlines the workflow and reduces complexity.

Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
@tenthirtyam tenthirtyam added this to the v2.1.0 milestone Jan 31, 2026
@tenthirtyam tenthirtyam self-assigned this Jan 31, 2026
@tenthirtyam tenthirtyam added the refactor Refactor label Jan 31, 2026
Copilot AI review requested due to automatic review settings January 31, 2026 19:11
@tenthirtyam tenthirtyam added the github-actions GitHub Actions label Jan 31, 2026
@github-actions github-actions bot added chore Chore needs-review Needs Review labels Jan 31, 2026
@github-actions github-actions bot added the size/xs Relative Sizing: Extra-Small label Jan 31, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the release GitHub Actions workflow to source the Go version directly from go.mod, removing the dedicated job that previously read from .go-version.

Changes:

  • Removed the get-go-version job and the needs dependency from the release workflow.
  • Updated actions/setup-go to use go-version-file: go.mod in the release job.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tenthirtyam tenthirtyam merged commit 75b32d0 into main Jan 31, 2026
15 checks passed
@tenthirtyam tenthirtyam deleted the refactor/release-simplify-go-version branch January 31, 2026 19:17
@tenthirtyam tenthirtyam removed the needs-review Needs Review label Jan 31, 2026
@github-actions
Copy link
Copy Markdown

This functionality has been released in v2.1.0 of the plugin.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

1 similar comment
@github-actions
Copy link
Copy Markdown

This functionality has been released in v2.1.0 of the plugin.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link
Copy Markdown

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

chore Chore github-actions GitHub Actions refactor Refactor size/xs Relative Sizing: Extra-Small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants