Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/bazelbuild/rules_go v0.59.0v0.60.0 age confidence require minor
github.com/klauspost/compress v1.18.3v1.18.4 age confidence require patch
golang.org/x/term v0.39.0v0.40.0 age confidence require minor
google.golang.org/genproto/googleapis/api 8636f874cfbd41 age confidence require digest
google.golang.org/genproto/googleapis/bytestream 8636f874cfbd41 age confidence require digest
google.golang.org/genproto/googleapis/rpc 8636f874cfbd41 age confidence require digest

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v0.60.0

Compare Source

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

klauspost/compress (github.com/klauspost/compress)

v1.18.4

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.18.2...v1.18.4


Configuration

📅 Schedule: 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.

👻 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 2, 2026
@aspect-workflows
Copy link

aspect-workflows bot commented Feb 2, 2026

Bazel 9 (Test)

2 test targets passed

Targets
//img/private/release/gazelle_plugin:release_files_test [k8-fastbuild]                 136ms
//util:buildifier.check [k8-fastbuild]                                                 2s

Total test execution time was 2s. 19 tests (90.5%) were fully cached saving 12s.


Integration Tests (Test)

16 test targets passed

Targets
//e2e:cc_bazel_7_4_0        2m 58s
//e2e:cc_bazel_8_5_1        3m 13s
//e2e:cc_bazel_9_0_0        2m 58s
//e2e:generic_bazel_7_4_0   1m 8s
//e2e:generic_bazel_8_5_1   56s
//e2e:generic_bazel_9_0_0   57s
//e2e:go_bazel_7_4_0        3m 31s
//e2e:go_bazel_8_5_1        3m 10s
//e2e:go_bazel_9_0_0        3m 30s
//e2e:js_bazel_7_4_0        30s
//e2e:js_bazel_8_5_1        29s
//e2e:js_bazel_9_0_0        28s
//e2e:python_bazel_7_4_0    1m 3s
//e2e:python_bazel_8_5_1    58s
//e2e:python_bazel_9_0_0    1m
//e2e:workspace_bazel_7_4_0 13s

Buildifier

@renovate renovate bot changed the title fix(deps): update go dependencies to ce8ad4c fix(deps): update go dependencies to 546029d Feb 3, 2026
@renovate renovate bot force-pushed the renovate/go-dependencies branch 3 times, most recently from 49a36a5 to 4fe407a Compare February 6, 2026 22:00
@renovate renovate bot changed the title fix(deps): update go dependencies to 546029d fix(deps): update go dependencies Feb 9, 2026
@renovate renovate bot force-pushed the renovate/go-dependencies branch 2 times, most recently from 77070d0 to e01f3ae Compare February 9, 2026 22:10
@renovate
Copy link
Contributor Author

renovate bot commented Feb 9, 2026

ℹ️ Artifact update notice

File name: img_tool/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/sys v0.40.0 -> v0.41.0

@renovate renovate bot force-pushed the renovate/go-dependencies branch from e01f3ae to 166d561 Compare February 10, 2026 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants