setup-go/src
Matthew Hughes 145e58d96c 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_.

See (TODO link issue)
2024-10-14 19:46:15 +01:00
..
cache-restore.ts fix: add arch to cache key (#493) 2024-08-26 15:19:57 -05:00
cache-save.ts Update dependencies for node20 (#445) 2023-12-05 17:50:42 +01:00
cache-utils.ts Enable caching by default with default input (#332) 2023-03-10 16:25:35 +01:00
constants.ts Implementation of caching functionality for setup-go action (#228) 2022-05-25 12:07:29 +02:00
installer.ts Prefer installing version from toolchain directive 2024-10-14 19:46:15 +01:00
main.ts Configure environment to avoid toolchain installs 2024-10-14 19:46:15 +01:00
package-managers.ts Implementation of caching functionality for setup-go action (#228) 2022-05-25 12:07:29 +02:00
setup-go.ts format 2020-02-09 00:29:21 -05:00
system.ts Add and configure ESLint and update configuration for Prettier (#341) 2023-03-08 10:45:16 +02:00
utils.ts Add stable and oldstable aliases (#300) 2022-12-12 10:58:49 +01:00