chore(deps): bump github.com/bazelbuild/rules_go from 0.59.0 to 0.60.0 #2928

Merged
dependabot[bot] merged 1 commit from refs/pull/2928/head into staging 2026-02-28 18:02:36 +00:00
dependabot[bot] commented 2026-02-16 02:26:18 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #2844
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2844
Original created: 2026-02-16T02:26:18Z
Original updated: 2026-02-28T18:02:38Z
Original head: carverauto/serviceradar:dependabot/go_modules/github.com/bazelbuild/rules_go-0.60.0
Original base: staging
Original merged: 2026-02-28T18:02:36Z by @mfreeman451

Bumps github.com/bazelbuild/rules_go from 0.59.0 to 0.60.0.

Release notes

Sourced from github.com/bazelbuild/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)
Imported from GitHub pull request. Original GitHub pull request: #2844 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2844 Original created: 2026-02-16T02:26:18Z Original updated: 2026-02-28T18:02:38Z Original head: carverauto/serviceradar:dependabot/go_modules/github.com/bazelbuild/rules_go-0.60.0 Original base: staging Original merged: 2026-02-28T18:02:36Z by @mfreeman451 --- Bumps [github.com/bazelbuild/rules_go](https://github.com/bazelbuild/rules_go) from 0.59.0 to 0.60.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bazelbuild/rules_go/releases">github.com/bazelbuild/rules_go's releases</a>.</em></p> <blockquote> <h2>v0.60.0</h2> <h2><code>MODULE.bazel</code> code</h2> <pre><code>bazel_dep(name = &quot;rules_go&quot;, version = &quot;0.60.0&quot;) <p>go_sdk = use_extension(&quot;<a href="https://github.com/rules"><code>@​rules</code></a>_go//go:extensions.bzl&quot;, &quot;go_sdk&quot;)<br /> go_sdk.from_file(go_mod = &quot;//:go.mod&quot;)<br /> </code></pre></p> <h2><code>WORKSPACE</code> code</h2> <pre><code>load(&quot;@bazel_tools//tools/build_defs/repo:http.bzl&quot;, &quot;http_archive&quot;) <p>http_archive(<br /> name = &quot;io_bazel_rules_go&quot;,<br /> sha256 = &quot;86d3dc8f59d253524f933aaf2f3c05896cb0b605fc35b460c0b4b039996124c6&quot;,<br /> urls = [<br /> &quot;https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip&quot;,<br /> &quot;https://github.com/bazel-contrib/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip&quot;,<br /> ],<br /> )</p> <p>load(&quot;<a href="https://github.com/io"><code>@​io</code></a>_bazel_rules_go//go:deps.bzl&quot;, &quot;go_register_toolchains&quot;, &quot;go_rules_dependencies&quot;)</p> <p>go_rules_dependencies()</p> <p>go_register_toolchains(version = &quot;1.25.7&quot;)</p> <h1>Create the host platform repository transitively required by rules_go.</h1> <p>load(&quot;<a href="https://github.com/bazel"><code>@​bazel</code></a>_tools//tools/build_defs/repo:utils.bzl&quot;, &quot;maybe&quot;)<br /> load(&quot;@platforms//host:extension.bzl&quot;, &quot;host_platform_repo&quot;)</p> <p>maybe(<br /> host_platform_repo,<br /> name = &quot;host_platform&quot;,<br /> )<br /> </code></pre></p> <h2>What's Changed</h2> <ul> <li>Document Gazelle <code>go_tools.bzl</code> functionality by <a href="https://github.com/mrdomino"><code>@​mrdomino</code></a> in <a href="https://redirect.github.com/bazel-contrib/rules_go/pull/4496">bazel-contrib/rules_go#4496</a></li> <li>Transition request_nogo to False for cgo_context_data by <a href="https://github.com/cerisier"><code>@​cerisier</code></a> in <a href="https://redirect.github.com/bazel-contrib/rules_go/pull/4512">bazel-contrib/rules_go#4512</a></li> <li>proto: Pass in the plugin as tools to preserve runfiles by <a href="https://github.com/DolceTriade"><code>@​DolceTriade</code></a> in <a href="https://redirect.github.com/bazel-contrib/rules_go/pull/4514">bazel-contrib/rules_go#4514</a></li> <li>Default link mode to PIE on supported platforms by <a href="https://github.com/alextercete"><code>@​alextercete</code></a> in <a href="https://redirect.github.com/bazel-contrib/rules_go/pull/4481">bazel-contrib/rules_go#4481</a></li> <li>go/tools/gopackagesdriver: don't filter GoFiles for tags by <a href="https://github.com/fionera"><code>@​fionera</code></a> in <a href="https://redirect.github.com/bazel-contrib/rules_go/pull/4519">bazel-contrib/rules_go#4519</a></li> <li>Update Coverage link in README.rst by <a href="https://github.com/bluec0re"><code>@​bluec0re</code></a> in <a href="https://redirect.github.com/bazel-contrib/rules_go/pull/4523">bazel-contrib/rules_go#4523</a></li> <li>Exclude cgotest from stdlib build by <a href="https://github.com/dzbarsky"><code>@​dzbarsky</code></a> in <a href="https://redirect.github.com/bazel-contrib/rules_go/pull/4524">bazel-contrib/rules_go#4524</a></li> <li>Rename host_go{arch,os} to exec_ by <a href="https://github.com/dzbarsky"><code>@​dzbarsky</code></a> in <a href="https://redirect.github.com/bazel-contrib/rules_go/pull/4525">bazel-contrib/rules_go#4525</a></li> <li>Start migrating rules_go workspace to bzlmod by <a href="https://github.com/dzbarsky"><code>@​dzbarsky</code></a> in <a href="https://redirect.github.com/bazel-contrib/rules_go/pull/4526">bazel-contrib/rules_go#4526</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bazel-contrib/rules_go/commit/fbbafef6e737fe18d3cdedfff4f8f060ac71d5f3"><code>fbbafef</code></a> Revert &quot;Issue 1486: cgo: fix C++ dynamic initialization of static variables w...</li> <li><a href="https://github.com/bazel-contrib/rules_go/commit/ebd809f18f9d25b332463638ff50160bbbea83c7"><code>ebd809f</code></a> chore: Mark go_download_sdk as reproducible (<a href="https://redirect.github.com/bazelbuild/rules_go/issues/4543">#4543</a>)</li> <li><a href="https://github.com/bazel-contrib/rules_go/commit/cdad78d05f1f94a837394b11f1d352989ba1c164"><code>cdad78d</code></a> Replace HTML with Markdown in docs (<a href="https://redirect.github.com/bazelbuild/rules_go/issues/4542">#4542</a>)</li> <li><a href="https://github.com/bazel-contrib/rules_go/commit/1cc11f11a85f74f289b8494b1863461bbacb44d8"><code>1cc11f1</code></a> Replace html linebreaks with newlines. (<a href="https://redirect.github.com/bazelbuild/rules_go/issues/4541">#4541</a>)</li> <li><a href="https://github.com/bazel-contrib/rules_go/commit/e6b690e717063da657afeeb22d6524fce01e9a85"><code>e6b690e</code></a> Update BCR test module deps and Bazel version (<a href="https://redirect.github.com/bazelbuild/rules_go/issues/4537">#4537</a>)</li> <li><a href="https://github.com/bazel-contrib/rules_go/commit/23b3f09e3e88694d14cff94b18cf1f16d43d16f1"><code>23b3f09</code></a> fix(gopackagesdriver): Improve wildcard package query matching (<a href="https://redirect.github.com/bazelbuild/rules_go/issues/4288">#4288</a>)</li> <li><a href="https://github.com/bazel-contrib/rules_go/commit/3b18746bb9ab9fcc5eb7c3bc3e2b25fcdb718c28"><code>3b18746</code></a> fix(releaser): add MODULE.bazel boilerplate (<a href="https://redirect.github.com/bazelbuild/rules_go/issues/4225">#4225</a>)</li> <li><a href="https://github.com/bazel-contrib/rules_go/commit/f76b49701e98fb18c7f0686be37b0ab7d66f1a7b"><code>f76b497</code></a> Bump golang.org/x/net from 0.34.0 to 0.38.0 in /examples/basic_gazelle (<a href="https://redirect.github.com/bazelbuild/rules_go/issues/4530">#4530</a>)</li> <li><a href="https://github.com/bazel-contrib/rules_go/commit/d1ff6e2ff4a8292bdc42e3c983bd8028dceab33c"><code>d1ff6e2</code></a> expand make variables in x_defs (<a href="https://redirect.github.com/bazelbuild/rules_go/issues/4533">#4533</a>)</li> <li><a href="https://github.com/bazel-contrib/rules_go/commit/7ad9f01e6bc5b24ec39b59c47f019d723d82200a"><code>7ad9f01</code></a> refactor: Remove next batch of WORKSPACE content (<a href="https://redirect.github.com/bazelbuild/rules_go/issues/4531">#4531</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bazelbuild/rules_go/compare/v0.59.0...v0.60.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/bazelbuild/rules_go&package-manager=go_modules&previous-version=0.59.0&new-version=0.60.0)](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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!2928
No description provided.