portmytech/Setup Go environment

Setup a Go environment and add it to the PATH

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
go-versionThe Go version to download (if necessary) and use. Supports semver spec and ranges. Be sure to enclose this option in single quotation marks.
go-version-filePath to the go.mod, go.work, .go-version, or .tool-versions file.
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 (e.g., go.mod, go.sum)
architectureTarget architecture for Go to use. Examples: x86, x64. Will use system architecture by default.
go-download-base-urlCustom base URL for downloading Go distributions. Use this to download Go from a mirror or custom source. Defaults to "https://go.dev/dl". Can also be set via the GO_DOWNLOAD_BASE_URL environment variable. The input takes precedence over the environment variable.
namedescription
go-versionThe installed Go version. Useful when given a version range as input.
cache-hitA boolean value to indicate if a cache was hit