• v1.0.0 Stable

    Cloud Administrator released this 2025-04-22 19:23:54 -06:00 | 3 commits to main since this release

    πŸ“¦ Go CI/CD Composite Action v1.0.0

    This marks the first official release of the reusable Go CI/CD GitHub Action β€” forged for clarity, performance, and modern workflows.

    ✨ What's Included

    • πŸ”„ Support for Multiple Workflow Modes

      • protected: full pipeline for mainline branches
      • tag: versioned release support
      • minimal: lightweight flow for development and pull requests
    • βš™οΈ Go Version Management

      • Easily configure the Go version (defaults to 1.24)
    • πŸ§ͺ Automated Testing & Coverage

      • Runs unit tests and generates coverage reports out of the box
    • 🧱 Flexible Build Modes

      • Build Go libraries or applications based on your project type
    • 🐳 Optional Docker Image Publishing

      • Build and push Docker images conditionally for application builds
      • Image tags are dynamically derived from the Git ref
    • πŸ” Registry Authentication Support

      • Built-in support for private registry logins using environment secrets

    πŸ“Œ Why It Matters

    This action brings standardization, clarity, and control to your Go project workflows. Whether you're running CI on pull requests or deploying production-grade artifacts from protected branches, this tool provides a clean, composable foundation.

    It’s designed to scale with your tribe, reduce boilerplate, and bring Go pipelines under the banner of consistency.

    πŸš€ Ready for Battle

    v1.0.0 is production-ready and available for public use.

    Use it, extend it, share it β€” and forge your own legend.

    β€œWe don’t just build software β€” we forge legacy.”

    Downloads