capnspacehook/Go Size Tracker
A Github Action that lets you know how your code changes affect binary size
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | Relative path to the working directory that should be used to build your binary. | no | . |
| build-environment | Environment variables to set when building your binary. Must be separated by newlines. | no | "" |
| build-arguments | Arguments to 'go build' that will build your binary. The binary must be written to a file named 'out' in the working directory. | no | -buildvcs=false -ldflags="-s -w" -trimpath -o out |
Outputs
no outputs