Releases: actions/setup-go
Releases · actions/setup-go
v6.0.0
What's Changed
Breaking Changes
- Improve toolchain handling to ensure more reliable and consistent toolchain selection and management by @matthewhughes934 in #460
- Upgrade Nodejs runtime from node20 to node 24 by @salmanmkc in #624
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Dependency Upgrades
- Upgrade @types/jest from 29.5.12 to 29.5.14 by @dependabot[bot] in #589
- Upgrade @actions/tool-cache from 2.0.1 to 2.0.2 by @dependabot[bot] in #591
- Upgrade @typescript-eslint/parser from 8.31.1 to 8.35.1 by @dependabot[bot] in #590
- Upgrade undici from 5.28.5 to 5.29.0 by @dependabot[bot] in #594
- Upgrade typescript from 5.4.2 to 5.8.3 by @dependabot[bot] in #538
- Upgrade eslint-plugin-jest from 28.11.0 to 29.0.1 by @dependabot[bot] in #603
- Upgrade
form-data
to bring in fix for critical vulnerability by @matthewhughes934 in #618 - Upgrade actions/checkout from 4 to 5 by @dependabot[bot] in #631
New Contributors
- @matthewhughes934 made their first contribution in #618
- @salmanmkc made their first contribution in #624
Full Changelog: v5...v6.0.0
v5.5.0
What's Changed
Bug fixes:
- Update self-hosted environment validation by @priyagupta108 in #556
- Add manifest validation and improve error handling by @priyagupta108 in #586
- Update template link by @jsoref in #527
Dependency updates:
- Upgrade @action/cache from 4.0.2 to 4.0.3 by @aparnajyothi-y in #574
- Upgrade @actions/glob from 0.4.0 to 0.5.0 by @dependabot in #573
- Upgrade ts-jest from 29.1.2 to 29.3.2 by @dependabot in #582
- Upgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by @dependabot in #537
New Contributors
Full Changelog: v5...v5.5.0
v4.2.1
What's Changed
- Add workflow file for publishing releases to immutable action package by @aparnajyothi-y in #583
Full Changelog: v4...v4.2.1
v3.6.1
What's Changed
- Add workflow file for publishing releases to immutable action package by @aparnajyothi-y in #584
Full Changelog: v3...v3.6.1
v4.2.0
What's Changed
- Upgrade
@actions/cache
by @priyagupta108 in #578.
In scope of this release we updatedactions/cache
package to4.0.3
. This update ensures continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.
Full Changelog: v4...v4.2.0
v3.6.0
What's Changed
- Upgrade
@actions/cache
by @priyagupta108 in #579.
In scope of this release we updatedactions/cache
package to4.0.3
. This update ensures continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.
Full Changelog: v3...v3.6.0
v5.4.0
What's Changed
Dependency updates :
- Upgrade semver from 7.6.0 to 7.6.3 by @dependabot in #535
- Upgrade eslint-config-prettier from 8.10.0 to 10.0.1 by @dependabot in #536
- Upgrade @action/cache from 4.0.0 to 4.0.2 by @aparnajyothi-y in #568
- Upgrade undici from 5.28.4 to 5.28.5 by @dependabot in #541
New Contributors
- @aparnajyothi-y made their first contribution in #568
Full Changelog: v5...v5.4.0
v5.3.0
What's Changed
- Use the new cache service: upgrade
@actions/cache
to^4.0.0
by @Link- in #531 - Configure Dependabot settings by @HarithaVattikuti in #530
- Document update - permission section by @HarithaVattikuti in #533
- Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 by @dependabot in #534
New Contributors
Full Changelog: v5...v5.3.0
v5.2.0
What's Changed
- Leveraging the raw API to retrieve the version-manifest, as it does not impose a rate limit and hence facilitates unrestricted consumption without the need for a token for Github Enterprise Servers by @Shegox in #496
New Contributors
Full Changelog: v5...v5.2.0
v5.1.0
What's Changed
- Add workflow file for publishing releases to immutable action package by @Jcambass in #500
- Upgrade IA Publish by @Jcambass in #502
- Add architecture to cache key by @Zxilly in #493
This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format. - Enhance workflows and Upgrade micromatch Dependency by @priyagupta108 in #510
Bug Fixes
New Contributors
- @Zxilly made their first contribution in #493
- @Jcambass made their first contribution in #500
- @jww3 made their first contribution in #511
- @priyagupta108 made their first contribution in #510
Full Changelog: v5...v5.1.0