-
Notifications
You must be signed in to change notification settings - Fork 66
Bump actions/setup-go from 5.4.0 to 5.5.0 #60
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-5.5.0
May 8, 2025
Merged
Bump actions/setup-go from 5.4.0 to 5.5.0 #60
dependabot
merged 1 commit into
master
from
dependabot/github_actions/actions/setup-go-5.5.0
May 8, 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.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
@dependabot merge
…On Thu, May 8, 2025, 08:37 dependabot[bot] ***@***.***> wrote:
Bumps actions/setup-go <https://github.com/actions/setup-go> from 5.4.0
to 5.5.0.
Release notes
*Sourced from actions/setup-go's releases
<https://github.com/actions/setup-go/releases>.*
v5.5.0 What's Changed Bug fixes:
- Update self-hosted environment validation by @priyagupta108
<https://github.com/priyagupta108> in actions/setup-go#556
<https://redirect.github.com/actions/setup-go/pull/556>
- Add manifest validation and improve error handling by @priyagupta108
<https://github.com/priyagupta108> in actions/setup-go#586
<https://redirect.github.com/actions/setup-go/pull/586>
- Update template link by @jsoref <https://github.com/jsoref> in
actions/setup-go#527
<https://redirect.github.com/actions/setup-go/pull/527>
Dependency updates:
- Upgrade @action/cache from 4.0.2 to 4.0.3 by @aparnajyothi-y
<https://github.com/aparnajyothi-y> in actions/setup-go#574
<https://redirect.github.com/actions/setup-go/pull/574>
- Upgrade @actions/glob from 0.4.0 to 0.5.0 by @dependabot
<https://github.com/dependabot> in actions/setup-go#573
<https://redirect.github.com/actions/setup-go/pull/573>
- Upgrade ts-jest from 29.1.2 to 29.3.2 by @dependabot
<https://github.com/dependabot> in actions/setup-go#582
<https://redirect.github.com/actions/setup-go/pull/582>
- Upgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by @dependabot
<https://github.com/dependabot> in actions/setup-go#537
<https://redirect.github.com/actions/setup-go/pull/537>
New Contributors
- @jsoref <https://github.com/jsoref> made their first contribution
in actions/setup-go#527
<https://redirect.github.com/actions/setup-go/pull/527>
*Full Changelog*: ***@***.***
<actions/setup-go@v5...v5.5.0>
Commits
- d35c59a
<actions/setup-go@d35c59a>
chore: update discussions url (#527
<https://redirect.github.com/actions/setup-go/issues/527>)
- 29694d7
<actions/setup-go@29694d7>
Add manifest validation and improve error handling (#586
<https://redirect.github.com/actions/setup-go/issues/586>)
- 78535dd
<actions/setup-go@78535dd>
Bump eslint-plugin-jest from 27.9.0 to 28.11.0 (#537
<https://redirect.github.com/actions/setup-go/issues/537>)
- bb65d88
<actions/setup-go@bb65d88>
Bump ts-jest from 29.1.2 to 29.3.2 (#582
<https://redirect.github.com/actions/setup-go/issues/582>)
- 7f17e83
<actions/setup-go@7f17e83>
Bump @actions/glob from 0.4.0 to 0.5.0 (#573
<https://redirect.github.com/actions/setup-go/issues/573>)
- dca8468
<actions/setup-go@dca8468>
Update self-hosted environment validation and bump undici version (#556
<https://redirect.github.com/actions/setup-go/issues/556>)
- 691cc35
<actions/setup-go@691cc35>
upgrade actions/cache to 4.0.3 (#574
<https://redirect.github.com/actions/setup-go/issues/574>)
- See full diff in compare view
<actions/setup-go@v5.4.0...v5.5.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:
#60
Commit Summary
- 529cf5a
<529cf5a>
Bump actions/setup-go from 5.4.0 to 5.5.0
File Changes
(1 file <https://github.com/petermattis/goid/pull/60/files>)
- *M* .github/workflows/go.yml
<https://github.com/petermattis/goid/pull/60/files#diff-678682767f2477de3e3c546746f8568b9a1942b2c647d32331d7e774b8ff8d9f>
(2)
Patch Links:
- https://github.com/petermattis/goid/pull/60.patch
- https://github.com/petermattis/goid/pull/60.diff
—
Reply to this email directly, view it on GitHub
<#60>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALWYPDVVWRVGTSKXXTUJS325NFZNAVCNFSM6AAAAAB4WM2YLOVHI2DSMVQWIX3LMV43ASLTON2WKOZTGA2DQOBXG43TEMQ>
.
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.4.0 to 5.5.0.
Release notes
Sourced from actions/setup-go's releases.
Commits
d35c59a
chore: update discussions url (#527)29694d7
Add manifest validation and improve error handling (#586)78535dd
Bump eslint-plugin-jest from 27.9.0 to 28.11.0 (#537)bb65d88
Bump ts-jest from 29.1.2 to 29.3.2 (#582)7f17e83
Bump@actions/glob
from 0.4.0 to 0.5.0 (#573)dca8468
Update self-hosted environment validation and bump undici version (#556)691cc35
upgrade actions/cache to 4.0.3 (#574)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)