Skip to content

Conversation

@renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
chrome patch 122.0.6234.0 -> 122.0.6241.5 age adoption passing confidence
github.com/bazelbuild/rules_go require minor v0.44.2 -> v0.45.0 age adoption passing confidence
go (source) golang patch 1.21.5 -> 1.21.6 age adoption passing confidence
golang (source) patch 1.21.5 -> 1.21.6 age adoption passing confidence
golang.org/x/crypto require minor v0.17.0 -> v0.18.0 age adoption passing confidence
golang.org/x/tools require minor v0.16.1 -> v0.17.0 age adoption passing confidence
rules_pkg bazel_dep minor 0.9.1 -> 0.10.0 age adoption passing confidence

Release Notes

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

v0.45.0

Compare Source

WORKSPACE code

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

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

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.44.2...v0.45.0

golang/go (go)

v1.21.6


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 January 13, 2024 00:48
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from b20a224 to 9e385b1 Compare January 13, 2024 02:49
@ralimi ralimi merged commit 2189427 into google:master Jan 13, 2024
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