Skip to content

Conversation

@tenthirtyam
Copy link
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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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