Skip to content

Bump rules_go from 0.59.0 to 0.60.0#21507

Merged
redsun82 merged 1 commit intomainfrom
dependabot/bazel/rules_go-0.60.0
Mar 19, 2026
Merged

Bump rules_go from 0.59.0 to 0.60.0#21507
redsun82 merged 1 commit intomainfrom
dependabot/bazel/rules_go-0.60.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps rules_go from 0.59.0 to 0.60.0.

Release notes

Sourced from rules_go's releases.

v0.60.0

MODULE.bazel code

bazel_dep(name = "rules_go", version = "0.60.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 = "86d3dc8f59d253524f933aaf2f3c05896cb0b605fc35b460c0b4b039996124c6",
urls = [
"https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip",
"https://github.com/bazel-contrib/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip",
],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.25.7")

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
  • fbbafef Revert "Issue 1486: cgo: fix C++ dynamic initialization of static variables w...
  • ebd809f chore: Mark go_download_sdk as reproducible (#4543)
  • cdad78d Replace HTML with Markdown in docs (#4542)
  • 1cc11f1 Replace html linebreaks with newlines. (#4541)
  • e6b690e Update BCR test module deps and Bazel version (#4537)
  • 23b3f09 fix(gopackagesdriver): Improve wildcard package query matching (#4288)
  • 3b18746 fix(releaser): add MODULE.bazel boilerplate (#4225)
  • f76b497 Bump golang.org/x/net from 0.34.0 to 0.38.0 in /examples/basic_gazelle (#4530)
  • d1ff6e2 expand make variables in x_defs (#4533)
  • 7ad9f01 refactor: Remove next batch of WORKSPACE content (#4531)
  • 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)

@dependabot dependabot bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Mar 19, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 19, 2026 08:36
@dependabot dependabot bot added the bazel Pull requests that update bazel code label Mar 19, 2026
Bumps [rules_go](https://github.com/bazel-contrib/rules_go) from 0.59.0 to 0.60.0.
- [Release notes](https://github.com/bazel-contrib/rules_go/releases)
- [Commits](bazel-contrib/rules_go@v0.59.0...v0.60.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bazel/rules_go-0.60.0 branch from 40b7c57 to 7f17b77 Compare March 19, 2026 10:43
@redsun82 redsun82 merged commit 7d53898 into main Mar 19, 2026
79 checks passed
@redsun82 redsun82 deleted the dependabot/bazel/rules_go-0.60.0 branch March 19, 2026 11:29
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