Releases: magnetikonline/action-golang-cache
Releases · magnetikonline/action-golang-cache
v5
- Changes to allow action to run successfully with Node.js
v20
runner runtime. - Bump
actions/setup-go@v5
. - Bump
actions/cache@v4
. - Use
format()
workflow expression to appendinputs.cache-key-suffix
property value.
Full Changelog: v4...v5
v4
- Provide action outputs of
build-cache-path
,module-cache-path
andcache-key
. - Bump
actions/setup-go@v4
. - Some
README.md
cleanups.
Full Changelog: v3...v4
v3
- 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
v2
- Use
actions/setup-go@v3
. - Use
actions/cache@v3
.
Full Changelog: v1...v2
v1
Initial release.