Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

build(deps): Bump actions/setup-go from 5 to 6#437

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubSep 5, 2025
edited
Loading

Bumpsactions/setup-go from 5 to 6.

Release notes

Sourced fromactions/setup-go's releases.

v6.0.0

What's Changed

Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release.See Release Notes

Dependency Upgrades

New Contributors

Full Changelog:actions/setup-go@v5...v6.0.0

v5.5.0

What's Changed

Bug fixes:

Dependency updates:

New Contributors

Full Changelog:actions/setup-go@v5...v5.5.0

v5.4.0

What's Changed

Dependency updates :

... (truncated)

Commits

Dependabot compatibility score

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)

@dependabotdependabotbot added dependenciesPull requests that update a dependency file github_actionsPull requests that update GitHub Actions code labelsSep 5, 2025
@johnstcn
Copy link
Member

actions/setup-go#460 the PR speaks truth:

This will be a breaking change for some workflows. Given a go.mod
like:

module proj

go 1.22.0
Then running any go command, e.g. go mod tidy, in an environment
where only go versions before 1.22.0 were installed would previously
trigger a toolchain download of Go 1.22.0 and that version being used
to execute the command. With this change the above would error out with
something like:

go: go.mod requires go >= 1.22.0 (running go 1.21.7;
GOTOOLCHAIN=local)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.- [Release notes](https://github.com/actions/setup-go/releases)- [Commits](actions/setup-go@v5...v6)---updated-dependencies:- dependency-name: actions/setup-go  dependency-version: '6'  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/github_actions/actions/setup-go-6 branch from3c8d5ba to9bcf5f9CompareSeptember 5, 2025 13:37
@johnstcnjohnstcn self-assigned thisSep 5, 2025
@johnstcnjohnstcn merged commite26aeb8 intomainSep 5, 2025
6 checks passed
@johnstcnjohnstcn deleted the dependabot/github_actions/actions/setup-go-6 branchSeptember 5, 2025 13:58
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsSep 5, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@johnstcnjohnstcnjohnstcn approved these changes

Assignees

@johnstcnjohnstcn

Labels
dependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@johnstcn

[8]ページ先頭

©2009-2025 Movatter.jp