Skip to content

Commit c0137ca

Browse files
Bump eslint-config-prettier from 10.0.1 to 10.1.8 and document breaking changes in v6 (#617)
* Bump eslint-config-prettier from 10.0.1 to 10.1.8 --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-version: 10.1.8 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * doc update * doc update * update * doc update * doc update * doc update --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aparna Jyothi <[email protected]>
1 parent 4469467 commit c0137ca

File tree

3 files changed

+18
-27
lines changed

3 files changed

+18
-27
lines changed

README.md

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ This action sets up a go environment for use in actions by:
88
- Optionally downloading and caching a version of Go by version and adding to `PATH`.
99
- Registering problem matchers for error output.
1010

11+
# Breaking changes in V6
12+
13+
- Improve toolchain handling to ensure more reliable and consistent toolchain selection and management.
14+
- Upgraded from node20 to node24.
15+
> 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)
16+
17+
For more details, see the full release notes on the [releases page](https://github.com/actions/setup-go/releases/tag/v6.0.0)
18+
1119
# V5
1220

1321
The V5 edition of the action offers:
@@ -16,27 +24,6 @@ The V5 edition of the action offers:
1624

1725
See full release notes on the [releases page](https://github.com/actions/setup-go/releases).
1826

19-
# V4
20-
21-
The V4 edition of the action offers:
22-
23-
- Enabled caching by default
24-
25-
The action will try to enable caching unless the `cache` input is explicitly set to false.
26-
27-
Please see "[Caching dependency files and build outputs](https://github.com/actions/setup-go#caching-dependency-files-and-build-outputs)" for more information.
28-
29-
# V3
30-
31-
The V3 edition of the action offers:
32-
33-
- Adds `GOBIN` to the `PATH`
34-
- Proxy support
35-
- Check latest version
36-
- Caching packages dependencies
37-
- stable and oldstable aliases
38-
- Bug Fixes (including issues around version matching and semver)
39-
4027
The action will first check the local cache for a version match. If a version is not found locally, it will pull it from
4128
the `main` branch of the [go-versions](https://github.com/actions/go-versions/blob/main/versions-manifest.json)
4229
repository. On miss or failure, it will fall back to downloading directly

package-lock.json

Lines changed: 9 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@typescript-eslint/parser": "^8.35.1",
4646
"@vercel/ncc": "^0.38.1",
4747
"eslint": "^8.57.0",
48-
"eslint-config-prettier": "^10.0.1",
48+
"eslint-config-prettier": "^10.1.8",
4949
"eslint-plugin-jest": "^29.0.1",
5050
"eslint-plugin-node": "^11.1.0",
5151
"jest": "^29.7.0",

0 commit comments

Comments
 (0)