Skip to content

Releases: magnetikonline/action-golang-cache

v5

07 Mar 22:26
Compare
Choose a tag to compare
  • 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 append inputs.cache-key-suffix property value.

Full Changelog: v4...v5

v4

09 Mar 04:29
Compare
Choose a tag to compare
  • Provide action outputs of build-cache-path, module-cache-path and cache-key.
  • Bump actions/setup-go@v4.
  • Some README.md cleanups.

Full Changelog: v3...v4

v3

18 Jul 02:15
Compare
Choose a tag to compare
  • 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

09 Mar 02:34
Compare
Choose a tag to compare
  • Use actions/setup-go@v3.
  • Use actions/cache@v3.

Full Changelog: v1...v2

v1

26 Sep 07:03
Compare
Choose a tag to compare

Initial release.