chore(deps): update actions/setup-go action to v5 - abandoned #95
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.5.0
->v5.5.0
Release Notes
actions/setup-go (actions/setup-go)
v5.5.0
Compare Source
What's Changed
Bug fixes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-go@v5...v5.5.0
v5.4.0
Compare Source
What's Changed
Dependency updates :
New Contributors
Full Changelog: actions/setup-go@v5...v5.4.0
v5.3.0
Compare Source
What's Changed
@actions/cache
to^4.0.0
by @Link- in https://github.com/actions/setup-go/pull/531New Contributors
Full Changelog: actions/setup-go@v5...v5.3.0
v5.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/setup-go@v5...v5.2.0
v5.1.0
Compare 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
isGhes
logic by @jww3 in https://github.com/actions/setup-go/pull/511New Contributors
Full Changelog: actions/setup-go@v5...v5.1.0
v5.0.2
Compare Source
What's Changed
Bug fixes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-go@v5...v5.0.2
v5.0.1
Compare Source
What's Changed
actions/setup-go
to v5 by @chenrui333 in https://github.com/actions/setup-go/pull/449New Contributors
Full Changelog: actions/setup-go@v5.0.0...v5.0.1
v5.0.0
Compare Source
What's Changed
In scope of this release, we change Nodejs runtime from node16 to node20 (https://github.com/actions/setup-go/pull/421). Moreover, we update some dependencies to the latest versions (https://github.com/actions/setup-go/pull/445).
Besides, this release contains such changes as:
New Contributors
Full Changelog: actions/setup-go@v4...v5.0.0
v4.2.1
Compare Source
What's Changed
Full Changelog: actions/setup-go@v4...v4.2.1
v4.2.0
Compare Source
What's Changed
@actions/cache
by @priyagupta108 in https://github.com/actions/setup-go/pull/578.In scope of this release we updated
actions/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: actions/setup-go@v4...v4.2.0
v4.1.0
Compare Source
What's Changed
In scope of this release, slow installation on Windows was fixed by @dsame in https://github.com/actions/setup-go/pull/393 and OS version was added to
primaryKey
for Ubuntu runners to avoid conflicts (https://github.com/actions/setup-go/pull/383)This release also includes the following changes:
New Contributors
Full Changelog: actions/setup-go@v4...v4.1.0
v4.0.1
Compare Source
What's Changed
v4
by @dsame in https://github.com/actions/setup-go/pull/354xml2js
dependency by @dmitry-shibanov in https://github.com/actions/setup-go/pull/370@actions/cache
dependency to v3.2.1 by @nikolai-laevskii in https://github.com/actions/setup-go/pull/374New Contributors
Full Changelog: actions/setup-go@v4...v4.0.1
v4.0.0
Compare 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
v3.6.1
Compare Source
What's Changed
Full Changelog: actions/setup-go@v3...v3.6.1
v3.6.0
Compare Source
What's Changed
@actions/cache
by @priyagupta108 in https://github.com/actions/setup-go/pull/579.In scope of this release we updated
actions/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: actions/setup-go@v3...v3.6.0
Configuration
📅 Schedule: Branch creation - "every 2 weeks on Tuesday" in timezone Europe/Berlin, Automerge - "after 9am every weekday except Friday or Monday,before 11am every weekday except Friday or Monday" in timezone Europe/Berlin.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.