Skip to content

chore(deps): update dependency io_bazel_rules_go to v0.62.0 - #16298

Open
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/io_bazel_rules_go-0.x
Open

chore(deps): update dependency io_bazel_rules_go to v0.62.0#16298
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/io_bazel_rules_go-0.x

Conversation

@renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
io_bazel_rules_go http_archive minor v0.61.1v0.62.0

Release Notes

bazelbuild/rules_go (io_bazel_rules_go)

v0.62.0

Compare Source

Author: zbarsky-bot

MODULE.bazel code

bazel_dep(name = "rules_go", version = "0.62.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 = "0b805c94fb3730dc23df32925ed477b3f4ed37b56075dcac6f218c3ea7b4ab42",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.62.0/rules_go-v0.62.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.62.0/rules_go-v0.62.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.5")

# 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

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.61.1...v0.62.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot
renovate-bot requested a review from a team as a code owner July 30, 2026 19:00
@dpebot

dpebot commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the io_bazel_rules_go dependency in bazel/workspace0.bzl to version v0.62.0. The reviewer suggested updating the download URLs to point to the new canonical bazel-contrib GitHub organization instead of bazelbuild to avoid relying on redirects.

Comment thread bazel/workspace0.bzl
Comment on lines +201 to +202
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.62.0/rules_go-v0.62.0.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.62.0/rules_go-v0.62.0.zip",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The rules_go repository has migrated from the bazelbuild organization to bazel-contrib. Update the URLs to use the new canonical organization path bazel-contrib to avoid relying on redirects.

Suggested change
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.62.0/rules_go-v0.62.0.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.62.0/rules_go-v0.62.0.zip",
"https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.62.0/rules_go-v0.62.0.zip",
"https://github.com/bazel-contrib/rules_go/releases/download/v0.62.0/rules_go-v0.62.0.zip",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants