GoShip Reporter
Version updated for https://github.com/saintedlama/goship to version v1.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
GoShip Reporter is a GitHub Action designed to improve Go development workflows by automating code testing, coverage reporting, static analysis, and formatting checks. It streamlines the process of ensuring code quality by running go test, generating coverage reports, vetting for issues, and verifying formatting, while presenting the results in a clear and detailed summary within the GitHub step output. This action helps developers maintain clean, well-tested, and properly formatted Go code efficiently.
Release notes
1.1.0 (2026-03-15)
Features
- add summary, log output (97d2c2a)