Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/bazelbuild/rules_go v0.44.0 -> v0.44.1 age adoption passing confidence require patch
linux64 122.0.6212.0 -> 122.0.6216.0 age adoption passing confidence patch
rules_go 0.44.0 -> 0.44.1 age adoption passing confidence bazel_dep patch

Release Notes

bazelbuild/rules_go (github.com/bazelbuild/rules_go)

v0.44.1

Compare Source

Why a patch release

This patch release is to include bazel-contrib/rules_go@43c40a9 which reverts a change to forcefully upgrade genproto transitively, which is causing linker failures since google.golang.org/genproto/googleapis/rpc was separated from google.golang.org/genproto

Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
link: package conflict error: google.golang.org/genproto/googleapis/longrunning: package imports google.golang.org/genproto/googleapis/rpc/status
          was compiled with: @​@​gazelle~0.35.0~go_deps~org_golang_google_genproto//googleapis/rpc/status:status
        but was linked with: @​@​gazelle~0.35.0~go_deps~org_golang_google_genproto_googleapis_rpc//status:status

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "b6828eb2d03bb5ef76f2077f8670b211fe792e77ddb83450ea9f887df04db9c7",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.44.1/rules_go-v0.44.1.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.44.1/rules_go-v0.44.1.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.21.5")

What's Changed

Full Changelog: bazel-contrib/rules_go@v0.44.0...v0.44.1


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from ralimi as a code owner December 30, 2023 00:04
ralimi
ralimi previously approved these changes Dec 30, 2023
@ralimi ralimi merged commit 91d0f3e into google:master Dec 30, 2023
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch December 30, 2023 14:17
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