Skip to content

Conversation

@renovate-bot
Copy link
Contributor

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

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gazelle bazel_dep minor 0.34.0 -> 0.35.0 age adoption passing confidence
github.com/bazelbuild/rules_go require minor v0.43.0 -> v0.44.0 age adoption passing confidence
golang.org/x/tools require patch v0.16.0 -> v0.16.1 age adoption passing confidence
rules_go bazel_dep minor 0.43.0 -> 0.44.0 age adoption passing confidence

Release Notes

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

v0.44.0

Compare Source

IMPORTANT CHANGES

Tests now call panic() when they timeout

This means there is a running goroutine (which will fail goleak detection)

[Goroutine 26 in state chan receive, with github.com/bazelbuild/rules_go/go/tools/bzltestutil.RegisterTimeoutHandler.func1 on top of the

This also means there may be some different behavior when calling SIGTERM directly from within a test.

For more information see: https://github.com/bazelbuild/rules_go/pull/3749

Bzlmod support for nogo

This can be added in your MODULE.bazel file:

go_sdk = use_extension("@​rules_go//go:extensions.bzl", "go_sdk")
go_sdk.download(
    name = "go_sdk",
    ...
)
go_sdk.nogo(
    nogo = "//:default_nogo",
)

For more information see https://github.com/bazelbuild/rules_go/pull/3782

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "c8035e8ae248b56040a65ad3f0b7434712e2037e5dfdcebfe97576e620422709",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.44.0/rules_go-v0.44.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.44.0/rules_go-v0.44.0.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

New Contributors

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


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 16, 2023 00:59
@renovate-bot renovate-bot changed the title fix(deps): update module golang.org/x/tools to v0.16.1 fix(deps): update all non-major dependencies Dec 18, 2023
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 6a7adb2 to 55f7fb5 Compare December 18, 2023 20:03
@renovate-bot renovate-bot changed the title fix(deps): update all non-major dependencies fix(deps): update module golang.org/x/tools to v0.16.1 Dec 19, 2023
@renovate-bot renovate-bot changed the title fix(deps): update module golang.org/x/tools to v0.16.1 fix(deps): update all non-major dependencies Dec 19, 2023
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3522c19 to 7ed5958 Compare December 21, 2023 19:57
@renovate-bot renovate-bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Dec 21, 2023
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 7ed5958 to 031e406 Compare December 22, 2023 18:10
@ralimi ralimi merged commit 3a9583c into google:master Dec 22, 2023
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