Skip to content

chore(deps): update dependency rules_go to v0.61.1#488

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rules_go-0.x
Open

chore(deps): update dependency rules_go to v0.61.1#488
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rules_go-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 12, 2026

This PR contains the following updates:

Package Type Update Change
rules_go bazel_dep minor 0.59.00.61.1

Release Notes

bazelbuild/rules_go (rules_go)

v0.61.1

MODULE.bazel code

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

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 = "763f4a3f6b03469fdb00a77a333dd0b5546d3ee1fa29db373128c08fee73e0e8",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.61.1/rules_go-v0.61.1.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.61.1/rules_go-v0.61.1.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.26.4")

# 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

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

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

Full Changelog: bazel-contrib/rules_go@v0.60.0...v0.61.0

New Contributors

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

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.59.0...v0.60.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 renovate Bot force-pushed the renovate/rules_go-0.x branch from bee2f26 to 1d4bb10 Compare May 18, 2026 11:09
@renovate renovate Bot changed the title Update dependency rules_go to v0.60.0 chore(deps): update dependency rules_go to v0.60.0 May 27, 2026
@renovate renovate Bot changed the title chore(deps): update dependency rules_go to v0.60.0 Update dependency rules_go to v0.60.0 May 28, 2026
@renovate renovate Bot changed the title Update dependency rules_go to v0.60.0 chore(deps): update dependency rules_go to v0.60.0 May 28, 2026
@renovate renovate Bot changed the title chore(deps): update dependency rules_go to v0.60.0 Update dependency rules_go to v0.60.0 May 28, 2026
@renovate renovate Bot changed the title Update dependency rules_go to v0.60.0 Update dependency rules_go to v0.61.0 Jun 1, 2026
@renovate renovate Bot force-pushed the renovate/rules_go-0.x branch from 1d4bb10 to 2aa81a9 Compare June 1, 2026 22:10
@renovate renovate Bot changed the title Update dependency rules_go to v0.61.0 chore(deps): update dependency rules_go to v0.61.0 Jun 2, 2026
@renovate renovate Bot changed the title chore(deps): update dependency rules_go to v0.61.0 chore(deps): update dependency rules_go to v0.61.1 Jun 4, 2026
@renovate renovate Bot force-pushed the renovate/rules_go-0.x branch from 2aa81a9 to 04384b5 Compare June 4, 2026 21:16
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.

0 participants