capnspacehook/Go Size Tracker

A Github Action that lets you know how your code changes affect binary size

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
working-directoryRelative path to the working directory that should be used to build your binary.no.
build-environmentEnvironment variables to set when building your binary. Must be separated by newlines. no""
build-argumentsArguments 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

no outputs