conventional-actions/go-build

Build Go binaries

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
packagepackage to buildno
platformscomma-separated list of platforms to buildno
tagscomma-separated list of build tags to pass to go compilerno
buildvcswhether to stamp binaries with version control informationnoauto
buildmodewhich kind of object file is to be builtnodefault
trimpathremove all file system paths from the resulting executablenotrue
ldflagsflags to pass to the linkerno-s -w
cgo-enabledset to true to enable cgono""
goprivatevalue of GOPRIVATEno""
goproxyvalue of GOPROXYno""
gosumdbvalue of GOSUMDBno""
version-packagego package to write version tonomain
version-variablethe variable name to write the version tonoVersion
versionversion to writeno
namedescription
outputslist of output binaries
artifactslist of artifacts produced by the action