build(deps): update actions/setup-go action to v3.6.1#176
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
build(deps): update actions/setup-go action to v3.6.1#176renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
The following Docker Images have been built: |
d75324f to
70d5ce7
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
70d5ce7 to
3afa91f
Compare
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.2.1→v3.6.1Release Notes
actions/setup-go (actions/setup-go)
v3.6.1Compare Source
What's Changed
Full Changelog: actions/setup-go@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: actions/setup-go@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.
Configuration
📅 Schedule: Branch creation - "after 10pm on Wednesday,before 8am on Thursday" in timezone Europe/Vienna, 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.