Skip to content

Bump rules_go from 0.61.1 to 0.62.0#159

Merged
mxpv merged 1 commit into
mainfrom
dependabot/bazel/rules_go-0.62.0
Jul 24, 2026
Merged

Bump rules_go from 0.61.1 to 0.62.0#159
mxpv merged 1 commit into
mainfrom
dependabot/bazel/rules_go-0.62.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps rules_go from 0.61.1 to 0.62.0.

Release notes

Sourced from rules_go's releases.

v0.62.0

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

... (truncated)

Commits
  • c6b35c2 Revert "Preserve common Go settings in go_stdlib_transition" (#4658)
  • 55b11d0 go: carry stdlib cgo link inputs into GoLink (#4657)
  • 442b400 Add tests for cgo ldflags response-file encoding for Go 1.27 (#4656)
  • 7fb2bde Add dedicated load files for go_binary(), go_library(), go_test() (#4655)
  • 136dc5c compilepkg: skip duplicate cgo compile (#4645)
  • 0336744 builders: filter test sources in place (#4646)
  • abcc50a Support --force_pic for cgo interop (#4648)
  • bdb85d6 Use param file to avoid argument list exceeding OS limit (#4649)
  • 3615c2c Exclude test sources, not needed for the bootstrap SDK compilation (#4644)
  • 5ed5237 protoc: stream generated file copies (#4647)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Jul 24, 2026
Bumps [rules_go](https://github.com/bazel-contrib/rules_go) from 0.61.1 to 0.62.0.
- [Release notes](https://github.com/bazel-contrib/rules_go/releases)
- [Commits](bazel-contrib/rules_go@v0.61.1...v0.62.0)

---
updated-dependencies:
- dependency-name: rules_go
  dependency-version: 0.62.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.62.0 branch from cce4367 to e6435e1 Compare July 24, 2026 03:20
@mxpv
mxpv merged commit 463c88b into main Jul 24, 2026
15 checks passed
@dependabot
dependabot Bot deleted the dependabot/bazel/rules_go-0.62.0 branch July 24, 2026 18:52
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