- Use
go env GOCACHE
/go env GOMODCACHE
to determine Golang cache paths. - Implement
go-version-file
input now available from https://github.com/actions/setup-go. - Migrated away from deprecated
::set-output
commands to the$GITHUB_OUTPUT
environment file. - Where input
cache-key-suffix
is provided, the cache key will be prepended with a dash. (e.g.Linux-golang-MY_CACHE_KEY_SUFFIX-*
).
Full Changelog: v2...v3