Skip to content

refactor: go test workflows#430

Merged
tenthirtyam merged 1 commit intomainfrom
refactor/go-test-workflows
Jan 28, 2026
Merged

refactor: go test workflows#430
tenthirtyam merged 1 commit intomainfrom
refactor/go-test-workflows

Conversation

@tenthirtyam
Copy link
Copy Markdown
Collaborator

Summary

  • Updated GitHub Actions workflows for macOS, Linux, and Windows to improve naming consistency, add step names, and clarify comments.
  • Removed license headers and standardized formatting for better readability and maintainability.

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

@tenthirtyam tenthirtyam added this to the v2.0.0 milestone Jan 28, 2026
@tenthirtyam tenthirtyam self-assigned this Jan 28, 2026
Copilot AI review requested due to automatic review settings January 28, 2026 17:40
@tenthirtyam tenthirtyam added chore Chore github-actions GitHub Actions labels Jan 28, 2026
@github-actions github-actions bot added needs-review Needs Review size/m Relative Sizing: Medium labels Jan 28, 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 Go test GitHub Actions workflows for Windows, Linux, and macOS to improve naming consistency and clarity without changing behavior.

Changes:

  • Standardized workflow headers with a short description and YAML document start marker (---) for all three Go test workflows.
  • Normalized workflow and job names, step names (e.g., explicit "Checkout Repository" and "Setup Go"), and branch syntax (main without quotes).
  • Kept the existing test logic and Go version resolution behavior unchanged while making the workflows more readable and maintainable.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.github/workflows/go-test-windows.yml Cleans up header, normalizes naming and step labels for the Windows Go test workflow while preserving test behavior.
.github/workflows/go-test-linux.yml Aligns Linux Go test workflow naming, step labels, and formatting with the other platforms.
.github/workflows/go-test-darwin.yml Updates macOS Go test workflow description, naming (workflow/job/steps), and formatting for consistency with Windows and Linux workflows.

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

- Updated GitHub Actions workflows for macOS, Linux, and Windows to improve naming consistency, add step names, and clarify comments.
- Removed license headers and standardized formatting for better readability and maintainability.

Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
@tenthirtyam tenthirtyam force-pushed the refactor/go-test-workflows branch from 5048f88 to 158672b Compare January 28, 2026 17:48
@github-actions github-actions bot added the size/xs Relative Sizing: Extra-Small label Jan 28, 2026
@tenthirtyam tenthirtyam merged commit 00da4ce into main Jan 28, 2026
13 checks passed
@tenthirtyam tenthirtyam deleted the refactor/go-test-workflows branch January 28, 2026 17:50
@tenthirtyam tenthirtyam removed the needs-review Needs Review label Jan 28, 2026
@github-actions
Copy link
Copy Markdown

This functionality has been released in v2.0.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.0.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 26, 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 size/m Relative Sizing: Medium size/xs Relative Sizing: Extra-Small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants