doc update

dependabot/npm_and_yarn/eslint-config-prettier-10.1.8
Aparna Jyothi 4 days ago
parent e778cb72d5
commit 5ca846005c

@ -8,34 +8,23 @@ This action sets up a go environment for use in actions by:
- Optionally downloading and caching a version of Go by version and adding to `PATH`.
- Registering problem matchers for error output.
# V5
The V5 edition of the action offers:
# Breaking changes in V6
- Upgraded Node.js runtime from node16 to node20
See full release notes on the [releases page](https://github.com/actions/setup-go/releases).
- Improve toolchain handling to ensure more reliable and consistent toolchain selection and management in [#460](https://github.com/actions/setup-go/pull/460)
# V4
- Upgrade Nodejs runtime from node20 to node 24 in [#624](https://github.com/actions/setup-go/pull/624)
The V4 edition of the action offers:
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. [See Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1)
- Enabled caching by default
For more detailed release notes, please track [release notes](https://github.com/actions/setup-go/releases/edit/v6.0.0)
The action will try to enable caching unless the `cache` input is explicitly set to false.
Please see "[Caching dependency files and build outputs](https://github.com/actions/setup-go#caching-dependency-files-and-build-outputs)" for more information.
# V5
# V3
The V5 edition of the action offers:
The V3 edition of the action offers:
- Upgraded Node.js runtime from node16 to node20
- Adds `GOBIN` to the `PATH`
- Proxy support
- Check latest version
- Caching packages dependencies
- stable and oldstable aliases
- Bug Fixes (including issues around version matching and semver)
See full release notes on the [releases page](https://github.com/actions/setup-go/releases).
The action will first check the local cache for a version match. If a version is not found locally, it will pull it from
the `main` branch of the [go-versions](https://github.com/actions/go-versions/blob/main/versions-manifest.json)

Loading…
Cancel
Save