xgo-dev/setup-llgo

Setup a LLGo environment and add it to the PATH

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
llgo-versionThe LLGo version to download (if necessary) and use. Supports semver spec and ranges. Be sure to enclose this option in single quotation marks.
check-latestSet this option to true if you want the action to always check for the latest available version that satisfies the version specfalse
tokenUsed to pull Go distributions from go-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.${{ github.server_url == 'https://github.com' && github.token || '' }}
cacheUsed to specify whether caching is needed. Set to true, if you'd like to enable caching.true
cache-dependency-pathUsed to specify the path to a dependency file - go.sum
architectureTarget architecture for Go to use. Examples: x86, x64. Will use system architecture by default.
namedescription
llgo-versionThe installed LLGo version. Useful when given a version range as input.
llgo-version-verifiedWhether the installed LLGo version checked, true if the installed version is in the tags, false otherwise.
go-versionThe installed Go version. Useful when given a version range as input.
cache-hitA boolean value to indicate if a cache was hit