You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
setup-go/__tests__
Matthew Hughes 7252af563b Prefer installing version from `toolchain` directive
Prefer this over the version from the `go` directive. Per the docs[1]

> The toolchain line declares a suggested toolchain to use with the
module or workspace

It seems reasonable to use this, since running this action in a
directory containing a `go.mod` (or `go.work`) suggests the user is
wishing to work _with the module or workspace_.

Link: https://go.dev/doc/toolchain#config [1]
Issue: https://github.com/actions/setup-go/issues/457
2 weeks ago
..
data Fix versions check failure (#479) 1 year ago
cache-restore.test.ts Add and configure ESLint and update configuration for Prettier (#341) 3 years ago
cache-utils.test.ts Revise `isGhes` logic (#511) 11 months ago
setup-go.test.ts Prefer installing version from `toolchain` directive 2 weeks ago
utils.test.ts Update self-hosted environment validation and bump undici version (#556) 5 months ago
verify-go.sh Use GitHub releases to download Go versions. (#58) 5 years ago
windows-toolcache.test.ts Fix Install on Windows is very slow (#393) 2 years ago