setup-go/dist
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
2025-08-25 20:10:10 +01:00
..
cache-save Bump `form-data` to bring in fix for critical vulnerability (#618) 2025-08-13 12:02:46 -05:00
setup Prefer installing version from `toolchain` directive 2025-08-25 20:10:10 +01:00