Skip to content
Compare
Choose a tag to compare
@magnetikonline magnetikonline released this 18 Jul 02:15
· 11 commits to main since this release
  • 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