5 Commits

Author SHA1 Message Date
6defc83568
Update test commands to include all packages recursively
Modified the test commands in the workflow to ensure all packages and subpackages are included during testing. This ensures comprehensive test coverage and generates accurate reports.
v1.1.1
2025-04-25 18:22:45 -06:00
7c354b46e0
Update README.md with improved structure and detailed inputs
Enhanced README.md to include updated inputs, better descriptions, and additional sections for improved clarity. Added new fields for container registry authentication and refined workflow explanations for different CI/CD modes. Improved formatting for better readability and usability.
v1.1.0
2025-04-22 23:58:47 -06:00
4cdb49bc38
Update action to use input-based registry credentials
Replaced hardcoded environment and secret-based credentials with input parameters for registry authentication. This change improves flexibility and allows credentials to be supplied dynamically when the action is executed.
2025-04-22 23:46:35 -06:00
9cf4faab85
Add reusable Go CI/CD pipeline GitHub Action
Introduce a composite action for Go projects supporting multiple workflows: protected branches, minimal CI, and tagged releases. Includes automated tests, builds (library/application), and optional Docker image publishing. Detailed documentation provided for seamless integration.
v1.0.0
2025-04-22 19:19:37 -06:00
e9209ea2c3
Initial commit 2025-04-22 18:30:29 -06:00