Skip to content

Bump rules_go from 0.60.0 to 0.61.0#137

Merged
mxpv merged 1 commit into
mainfrom
dependabot/bazel/rules_go-0.61.0
Jun 3, 2026
Merged

Bump rules_go from 0.60.0 to 0.61.0#137
mxpv merged 1 commit into
mainfrom
dependabot/bazel/rules_go-0.61.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Bumps rules_go from 0.60.0 to 0.61.0.

Release notes

Sourced from rules_go's releases.

v0.61.0

MODULE.bazel code

bazel_dep(name = "rules_go", version = "0.61.0")

go_sdk = use_extension("@​rules_go//go:extensions.bzl", "go_sdk")
go_sdk.from_file(go_mod = "//:go.mod")

WORKSPACE code

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "io_bazel_rules_go",
sha256 = "5f05dbf4a8cfcf91f99139ad0ff2bedb7bc4fcf1b503ebf6fe8dfe7894efd117",
urls = [
"https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.61.0/rules_go-v0.61.0.zip",
"https://github.com/bazel-contrib/rules_go/releases/download/v0.61.0/rules_go-v0.61.0.zip",
],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.26.3")

Create the host platform repository transitively required by rules_go.

load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@platforms//host:extension.bzl", "host_platform_repo")

maybe(
host_platform_repo,
name = "host_platform",
)

What's Changed

... (truncated)

Commits
  • a6f7272 Add loongarch64 support (#4610)
  • eae864b Add more flags to cgoAbsEnvFlags (#4619)
  • afd648f Revert "fix: restore internal_archive.direct after cycle-break recompile" (#4...
  • 3a5559c chore: remove reference to deprecated host mode (#4614)
  • 8952d11 fix: produce facts of required analyzers in nogo facts-only mode (#4615)
  • 5ddb517 Set direct nogo attribute to prevent building nogo for the wrong platform whe...
  • 5d946af fix(nogo): generate accurate patches (#4602)
  • 63cd33e fix: put GoProtocGen in its own exec group (#4605)
  • db13b33 fix/nogo: use resolved Label for GoGenNogo toolchain (#4608)
  • c031936 Allow experimental ability to bootstrap go toolchain from source (#4553)
  • Additional commits viewable in compare view

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 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)

Bumps [rules_go](https://github.com/bazel-contrib/rules_go) from 0.60.0 to 0.61.0.
- [Release notes](https://github.com/bazel-contrib/rules_go/releases)
- [Commits](bazel-contrib/rules_go@v0.60.0...v0.61.0)

---
updated-dependencies:
- dependency-name: rules_go
  dependency-version: 0.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Jun 3, 2026
@mxpv mxpv merged commit 57ae776 into main Jun 3, 2026
15 checks passed
@mxpv mxpv deleted the dependabot/bazel/rules_go-0.61.0 branch June 3, 2026 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant