chore(deps): update actions/setup-go action to v4#968
Merged
Conversation
df58e42 to
e0b1ce8
Compare
e6af9e9 to
5320c5b
Compare
5029da8 to
439df32
Compare
126f0f4 to
d08e70c
Compare
c27c152 to
02ee6eb
Compare
0eceb20 to
fc059b2
Compare
e596371 to
1cade08
Compare
02145c5 to
d8b002c
Compare
d8b002c to
4964d89
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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->v4.1.0v3->v4Release Notes
actions/setup-go (actions/setup-go)
v4.1.0Compare 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
primaryKeyfor 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.1Compare Source
What's Changed
v4by @dsame in https://github.com/actions/setup-go/pull/354xml2jsdependency by @dmitry-shibanov in https://github.com/actions/setup-go/pull/370@actions/cachedependency 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.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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.