chore(deps): update actions/setup-go action to v6 #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/actions-setup-go-6.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v3→v6Release Notes
actions/setup-go (actions/setup-go)
v6.4.0Compare Source
What's Changed
Enhancement
Dependency update
Documentation update
New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v6...v6.4.0
v6.3.0Compare Source
What's Changed
Full Changelog: https://github.com/actions/setup-go/compare/v6...v6.3.0
v6.2.0Compare Source
What's Changed
Enhancements
Dependency updates
New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v6...v6.2.0
v6.1.0Compare Source
What's Changed
Enhancements
Dependency updates
New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v6...v6.1.0
v6.0.0Compare Source
What's Changed
Breaking Changes
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Dependency Upgrades
form-datato bring in fix for critical vulnerability by @matthewhughes934 in #618New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v5...v6.0.0
v6Compare Source
v5.6.0Compare Source
What's Changed
Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.6.0
v5.5.0Compare Source
What's Changed
Bug fixes:
Dependency updates:
New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.5.0
v5.4.0Compare Source
What's Changed
Dependency updates :
New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.4.0
v5.3.0Compare Source
What's Changed
@actions/cacheto^4.0.0by @Link- in #531New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.3.0
v5.2.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.2.0
v5.1.0Compare Source
What's Changed
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.
Bug Fixes
isGheslogic by @jww3 in #511New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.1.0
v5.0.2Compare Source
What's Changed
Bug fixes:
Dependency updates:
New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.0.2
v5.0.1Compare Source
What's Changed
actions/setup-goto v5 by @chenrui333 in #449New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v5.0.0...v5.0.1
v5.0.0Compare Source
What's Changed
In scope of this release, we change Nodejs runtime from node16 to node20 (#421). Moreover, we update some dependencies to the latest versions (#445).
Besides, this release contains such changes as:
New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v4...v5.0.0
v5Compare Source
v4.3.0Compare Source
What's Changed
Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.3.0
v4.2.1Compare Source
What's Changed
Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.2.1
v4.2.0Compare Source
What's Changed
@actions/cacheby @priyagupta108 in #578.In scope of this release we updated
actions/cachepackage 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: https://github.com/actions/setup-go/compare/v4...v4.2.0
v4.1.0Compare Source
What's Changed
In scope of this release, slow installation on Windows was fixed by @dsame in #393 and OS version was added to
primaryKeyfor Ubuntu runners to avoid conflicts (#383)This release also includes the following changes:
New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.1.0
v4.0.1Compare Source
What's Changed
v4by @dsame in #354xml2jsdependency by @dmitry-shibanov in #370@actions/cachedependency to v3.2.1 by @nikolai-laevskii in #374New Contributors
Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.0.1
v4.0.0Compare Source
In scope of release we enable cache by default. The action won’t throw an error if the cache can’t be restored or saved. The action will throw a warning message but it won’t stop a build process. The cache can be disabled by specifying
cache: false.Besides, we introduce such changes as
v4Compare Source
v3.6.1Compare Source
What's Changed
Full Changelog: https://github.com/actions/setup-go/compare/v3...v3.6.1
v3.6.0Compare Source
What's Changed
@actions/cacheby @priyagupta108 in #579.In scope of this release we updated
actions/cachepackage 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: https://github.com/actions/setup-go/compare/v3...v3.6.0
v3.5.0: Add support for stable and oldstable aliasesCompare Source
In scope of this release we introduce aliases for the
go-versioninput. Thestablealias instals the latest stable version of Go. Theoldstablealias installs previous latest minor release (the stable is 1.19.x -> the oldstable is 1.18.x).Stable
OldStable
v3.4.0: Add support for go.work and pass the token input through on GHESCompare Source
In scope of this release we added support for go.work file to pass it in go-version-file input.
Besides, we added support to pass the token input through on GHES.
v3.3.1: Fix cache issues and update dependenciesCompare Source
In scope of this release we fixed the issue with the correct generation of the cache key when the
go-version-fileinput is set (#267). Moreover, we fixed an issue when the cache folder was not found. Besides, we updatedactions/coreto 1.10.0 version (#273).v3.3.0: Support architecture input and fix Expand-Archive issueCompare Source
This release introduces support for architecture input for
setup-goaction #253. It also adds support for arm32 architecture for self-hosted runners. If architecture is not provided action will use default runner architecture.Example of usage:
This release also provides fix for issue #241. #250 adds support for using explicit filename for Windows which is necessary to satisfy Expand-Archive's requirement on .zip extension.
v3.2.1: Update actions/cache version to 3.0.0Compare Source
In scope of this release we updated
actions/cachepackage as the new version contains fixes for caching error handlingv3.2.0: Support for caching dependency files and compiler's build outputsCompare Source
This release introduces support for caching dependency files and compiler's build outputs #228. For that action uses @toolkit/cache library under the hood that in turn allows getting rid of configuring @actions/cache action separately and simplifies the whole workflow.
Such input parameters as
cacheandcache-dependency-pathwere added. Thecacheinput is optional, and caching is turned off by default,cache-dependency-pathis used to specify the path to a dependency file -go.sum.Examples of use-cases:
cacheinput only:cachealong withcache-dependency-path:v3.1.0: Add go-version-file inputCompare Source
Adding Go version file support
In scope of this release we add the go-version-file input. The new input (
go-version-file) provides functionality to specify the path to the file containing Go version with such behaviour:Besides, the following pull requests included in this release:
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.