Conversation
There was a problem hiding this comment.
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 (
mainwithout 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>
5048f88 to
158672b
Compare
|
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
|
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! |
|
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. |
Summary
Type
fix: Bug Fixfeat: Feature or Enhancementdocs: Documentationrefactor: Refactoringchore: Build, Dependencies, Workflows, etc.other: Other (Please describe.)Breaking Changes?
Tests
Output:
Documentation
Issue References
Release Note
Additional Information