-
Notifications
You must be signed in to change notification settings - Fork 70
Bump actions/setup-go from 5.5.0 to 6.0.0 #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dependabot
merged 1 commit into
master
from
dependabot/github_actions/actions/setup-go-6.0.0
Sep 4, 2025
Merged
Bump actions/setup-go from 5.5.0 to 6.0.0 #67
dependabot
merged 1 commit into
master
from
dependabot/github_actions/actions/setup-go-6.0.0
Sep 4, 2025
Conversation
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
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.5.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.5.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
@dependabot merge
…On Thu, Sep 4, 2025 at 10:34 AM dependabot[bot] ***@***.***> wrote:
Bumps actions/setup-go <https://github.com/actions/setup-go> from 5.5.0
to 6.0.0.
Release notes
*Sourced from actions/setup-go's releases
<https://github.com/actions/setup-go/releases>.*
v6.0.0 What's Changed Breaking Changes
- Improve toolchain handling to ensure more reliable and consistent
toolchain selection and management by @matthewhughes934
<https://github.com/matthewhughes934> in actions/setup-go#460
<https://redirect.github.com/actions/setup-go/pull/460>
- Upgrade Nodejs runtime from node20 to node 24 by @salmanmkc
<https://github.com/salmanmkc> in actions/setup-go#624
<https://redirect.github.com/actions/setup-go/pull/624>
Make sure your runner is on version v2.327.1 or later to ensure
compatibility with this release. See Release Notes
<https://github.com/actions/runner/releases/tag/v2.327.1>
Dependency Upgrades
- Upgrade @types/jest from 29.5.12 to 29.5.14 by @dependabot
<https://github.com/dependabot>[bot] in actions/setup-go#589
<https://redirect.github.com/actions/setup-go/pull/589>
- Upgrade @actions/tool-cache from 2.0.1 to 2.0.2 by @dependabot
<https://github.com/dependabot>[bot] in actions/setup-go#591
<https://redirect.github.com/actions/setup-go/pull/591>
- Upgrade @typescript-eslint/parser from 8.31.1 to 8.35.1 by
@dependabot <https://github.com/dependabot>[bot] in
actions/setup-go#590
<https://redirect.github.com/actions/setup-go/pull/590>
- Upgrade undici from 5.28.5 to 5.29.0 by @dependabot
<https://github.com/dependabot>[bot] in actions/setup-go#594
<https://redirect.github.com/actions/setup-go/pull/594>
- Upgrade typescript from 5.4.2 to 5.8.3 by @dependabot
<https://github.com/dependabot>[bot] in actions/setup-go#538
<https://redirect.github.com/actions/setup-go/pull/538>
- Upgrade eslint-plugin-jest from 28.11.0 to 29.0.1 by @dependabot
<https://github.com/dependabot>[bot] in actions/setup-go#603
<https://redirect.github.com/actions/setup-go/pull/603>
- Upgrade form-data to bring in fix for critical vulnerability by
@matthewhughes934 <https://github.com/matthewhughes934> in
actions/setup-go#618
<https://redirect.github.com/actions/setup-go/pull/618>
- Upgrade actions/checkout from 4 to 5 by @dependabot
<https://github.com/dependabot>[bot] in actions/setup-go#631
<https://redirect.github.com/actions/setup-go/pull/631>
New Contributors
- @matthewhughes934 <https://github.com/matthewhughes934> made their
first contribution in actions/setup-go#618
<https://redirect.github.com/actions/setup-go/pull/618>
- @salmanmkc <https://github.com/salmanmkc> made their first
contribution in actions/setup-go#624
<https://redirect.github.com/actions/setup-go/pull/624>
*Full Changelog*: ***@***.***
<actions/setup-go@v5...v6.0.0>
Commits
- 4469467
<actions/setup-go@4469467>
Bump actions/checkout from 4 to 5 (#631
<https://redirect.github.com/actions/setup-go/issues/631>)
- e093d1e
<actions/setup-go@e093d1e>
Node 24 upgrade (#624
<https://redirect.github.com/actions/setup-go/issues/624>)
- 1d76b95
<actions/setup-go@1d76b95>
Improve toolchain handling (#460
<https://redirect.github.com/actions/setup-go/issues/460>)
- e75c3e8
<actions/setup-go@e75c3e8>
Bump form-data to bring in fix for critical vulnerability (#618
<https://redirect.github.com/actions/setup-go/issues/618>)
- 8e57b58
<actions/setup-go@8e57b58>
Bump eslint-plugin-jest from 28.11.0 to 29.0.1 (#603
<https://redirect.github.com/actions/setup-go/issues/603>)
- 7c0b336
<actions/setup-go@7c0b336>
Bump typescript from 5.4.2 to 5.8.3 (#538
<https://redirect.github.com/actions/setup-go/issues/538>)
- 6f26dcc
<actions/setup-go@6f26dcc>
Bump undici from 5.28.5 to 5.29.0 (#594
<https://redirect.github.com/actions/setup-go/issues/594>)
- 8d4083a
<actions/setup-go@8d4083a>
Bump @typescript-eslint/parser from 5.62.0 to 8.32.0 (#590
<https://redirect.github.com/actions/setup-go/issues/590>)
- fa96338
<actions/setup-go@fa96338>
Bump @actions/tool-cache from 2.0.1 to 2.0.2 (#591
<https://redirect.github.com/actions/setup-go/issues/591>)
- 4de67c0
<actions/setup-go@4de67c0>
Bump @types/jest from 29.5.12 to 29.5.14 (#589
<https://redirect.github.com/actions/setup-go/issues/589>)
- See full diff in compare view
<actions/setup-go@v5.5.0...v6.0.0>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#67
Commit Summary
- f97089d
<f97089d>
Bump actions/setup-go from 5.5.0 to 6.0.0
File Changes
(1 file <https://github.com/petermattis/goid/pull/67/files>)
- *M* .github/workflows/go.yml
<https://github.com/petermattis/goid/pull/67/files#diff-678682767f2477de3e3c546746f8568b9a1942b2c647d32331d7e774b8ff8d9f>
(2)
Patch Links:
- https://github.com/petermattis/goid/pull/67.patch
- https://github.com/petermattis/goid/pull/67.diff
—
Reply to this email directly, view it on GitHub
<#67>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALWYPGEBXGPEOFSPCX5NFD3RBEXLAVCNFSM6AAAAACFUGERW6VHI2DSMVQWIX3LMV43ASLTON2WKOZTGM4DIMBXGEYDONQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
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.
Bumps actions/setup-go from 5.5.0 to 6.0.0.
Release notes
Sourced from actions/setup-go's releases.
Commits
4469467
Bump actions/checkout from 4 to 5 (#631)e093d1e
Node 24 upgrade (#624)1d76b95
Improve toolchain handling (#460)e75c3e8
Bumpform-data
to bring in fix for critical vulnerability (#618)8e57b58
Bump eslint-plugin-jest from 28.11.0 to 29.0.1 (#603)7c0b336
Bump typescript from 5.4.2 to 5.8.3 (#538)6f26dcc
Bump undici from 5.28.5 to 5.29.0 (#594)8d4083a
Bump@typescript-eslint/parser
from 5.62.0 to 8.32.0 (#590)fa96338
Bump@actions/tool-cache
from 2.0.1 to 2.0.2 (#591)4de67c0
Bump@types/jest
from 29.5.12 to 29.5.14 (#589)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @tamird.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)