Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/bazelbuild/rules_go v0.55.0 -> v0.59.0 age adoption passing confidence require minor
github.com/bmatcuk/doublestar/v4 v4.7.1 -> v4.9.1 age adoption passing confidence require minor
golang.org/x/exp 9b4947d -> e25ba8c age adoption passing confidence require digest
golang.org/x/sys v0.30.0 -> v0.38.0 age adoption passing confidence require minor

Release Notes

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

v0.59.0

Compare Source

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "68af54cb97fbdee5e5e8fe8d210d15a518f9d62abfd71620c3eaff3b26a5ff86",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.59.0/rules_go-v0.59.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.59.0/rules_go-v0.59.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.4")

# 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.58.3...v0.59.0

v0.58.3

Compare Source

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "82f0af253fc61c7f06b005c67c079573776111185b7c3742563f751178aaa4c0",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.58.3/rules_go-v0.58.3.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.58.3/rules_go-v0.58.3.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.25.3")

# 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

Full Changelog: bazel-contrib/rules_go@v0.58.2...v0.58.3

v0.58.2

Compare Source

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "54bbb67a4196170cc60ef3b52a2747ad1759cba4764b4c4752b744080ad99947",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.58.2/rules_go-v0.58.2.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.58.2/rules_go-v0.58.2.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.25.3")

# 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

Full Changelog: bazel-contrib/rules_go@v0.58.0...v0.58.2

v0.58.1

Compare Source

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

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

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

go_rules_dependencies()

go_register_toolchains(version = "1.25.3")

# 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.57.0...v0.58.1

v0.58.0

Compare Source

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "bc1f6c81e75b1785a7d7d71ae99a8e8de7360f05cd755ba2e975c937469bfa39",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.58.0/rules_go-v0.58.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.58.0/rules_go-v0.58.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.3")

# 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.57.0...v0.58.0

v0.57.0

Compare Source

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "a729c8ed2447c90fe140077689079ca0acfb7580ec41637f312d650ce9d93d96",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.57.0/rules_go-v0.57.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.57.0/rules_go-v0.57.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.0")

### 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.56.1...v0.57.0

v0.56.1

Compare Source

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "89d2050410602142c9acafd01c95baf48b65f8dd16f4771d37c89f82f5e147f2",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.56.1/rules_go-v0.56.1.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.56.1/rules_go-v0.56.1.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.24.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

Full Changelog: bazel-contrib/rules_go@v0.56.0...v0.56.1

v0.56.0

Compare Source

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "94643c4ce02f3b62f3be7d13d527a5c780a568073b7562606e78399929005f98",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.56.0/rules_go-v0.56.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.56.0/rules_go-v0.56.0.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.24.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

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.55.0...v0.56.0

v0.55.1

Compare Source

This includes:

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "9d72f7b8904128afb98d46bbef82ad7223ec9ff3718d419afb355fddd9f9484a",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.55.1/rules_go-v0.55.1.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.55.1/rules_go-v0.55.1.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.24.4")
bmatcuk/doublestar (github.com/bmatcuk/doublestar/v4)

v4.9.1: Small Performance Change

Compare Source

This release contains a small change that gives a slight performance increase. Thanks to @​jbedard for the PR!

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.9.0...v4.9.1

v4.9.0: Added WithCaseInsensitive option

Compare Source

Added a WithCaseInsensitive option to ignore alphabetic case when globbing. Thanks @​braydonk for the PR!

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.8.1...v4.9.0

v4.8.1: Small Performance Improvement for MatchUnvalidated

Compare Source

Skip some additional validation checks in MatchUnvalidated. Thanks to @​lukemassa for the PR!

Additional documentation improvements from @​timo-reymann. Thanks!

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.8.0...v4.8.1

v4.8.0: Fixed Escaped Meta in the "Base" of the Pattern

Compare Source

If the "base" of a pattern (ie, everything up to the first path slash before any meta characters) contains an escaped meta character, doublestar would fail to glob any files.

Thanks to @​tdurieux for finding and fixing this bug!

Breaking-ish Change

I've updated SplitPattern to unescape meta characters in the first returned string. I suspect this shouldn't cause issues for anyone because, if anyone was using this function, they've probably either never passed a pattern with escaped meta characters, or hand-rolled an unescape method to fix the bug - which will now be a no-op for them.

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.7.1...v4.8.0


Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), 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 deps Renovate PRs label Oct 20, 2025
@aspect-workflows
Copy link

aspect-workflows bot commented Oct 20, 2025

Bazel 8 (Test)

2 test targets passed

Targets
//lib/tests/copy_to_directory:case_22_test [k8-fastbuild]                    117ms
//lib/tests/copy_to_directory_bin_action:test [k8-fastbuild]                 172ms

Total test execution time was 289ms. 128 tests (98.5%) were fully cached saving 41s.


Bazel 9 (Test)

⚠️ Buildkite build #248 failed.

@@rules_go+//:cgo_context_data failed to build

in cgo_context_data rule @@rules_go+//:cgo_context_data:
Traceback (most recent call last):
	File "/mnt/ephemeral/output/bazel-lib/__main__/external/rules_go+/go/private/context.bzl", line 740, column
38, in cgo_context_data_impl
		feature_configuration = cc_common.configure_features(
Error: 'struct' value has no field or method 'configure_features'
Available attributes: action_is_enabled, add_go_exec_groups_to_binary_rules,
check_experimental_cc_shared_library, do_not_use_tools_cpp_compiler_present, empty_variables,
get_environment_variables, get_execution_requirements, get_memory_inefficient_command_line,
get_tool_for_action, get_tool_requirement_for_action, implementation_deps_allowed_by_allowlist,
incompatible_disable_objc_library_transition, internal_DO_NOT_USE, legacy_cc_flags_make_variable_do_not_use
in cgo_context_data rule @@rules_go+//:cgo_context_data:
Traceback (most recent call last):
	File "/mnt/ephemeral/output/bazel-lib/__main__/external/rules_go+/go/private/context.bzl", line 740, column
38, in cgo_context_data_impl
		feature_configuration = cc_common.configure_features(
Error: 'struct' value has no field or method 'configure_features'
Available attributes: action_is_enabled, add_go_exec_groups_to_binary_rules,
check_experimental_cc_shared_library, do_not_use_tools_cpp_compiler_present, empty_variables,
get_environment_variables, get_execution_requirements, get_memory_inefficient_command_line,
get_tool_for_action, get_tool_requirement_for_action, implementation_deps_allowed_by_allowlist,
incompatible_disable_objc_library_transition, internal_DO_NOT_USE, legacy_cc_flags_make_variable_do_not_use
in cgo_context_data rule @@rules_go+//:cgo_context_data:
Traceback (most recent call last):
	File "/mnt/ephemeral/output/bazel-lib/__main__/external/rules_go+/go/private/context.bzl", line 740, column
38, in cgo_context_data_impl
		feature_configuration = cc_common.configure_features(
Error: 'struct' value has no field or method 'configure_features'
Available attributes: action_is_enabled, add_go_exec_groups_to_binary_rules,
check_experimental_cc_shared_library, do_not_use_tools_cpp_compiler_present, empty_variables,
get_environment_variables, get_execution_requirements, get_memory_inefficient_command_line,
get_tool_for_action, get_tool_requirement_for_action, implementation_deps_allowed_by_allowlist,
incompatible_disable_objc_library_transition, internal_DO_NOT_USE, legacy_cc_flags_make_variable_do_not_use
in cgo_context_data rule @@rules_go+//:cgo_context_data:
Traceback (most recent call last):
	File "/mnt/ephemeral/output/bazel-lib/__main__/external/rules_go+/go/private/context.bzl", line 740, column
38, in cgo_context_data_impl
		feature_configuration = cc_common.configure_features(
Error: 'struct' value has no field or method 'configure_features'
Available attributes: action_is_enabled, add_go_exec_groups_to_binary_rules,
check_experimental_cc_shared_library, do_not_use_tools_cpp_compiler_present, empty_variables,
get_environment_variables, get_execution_requirements, get_memory_inefficient_command_line,
get_tool_for_action, get_tool_requirement_for_action, implementation_deps_allowed_by_allowlist,
incompatible_disable_objc_library_transition, internal_DO_NOT_USE, legacy_cc_flags_make_variable_do_not_use

💡 To reproduce the build failures, run

bazel build @@rules_go+//:cgo_context_data

Bazel 7 (Test)

e2e/api_entries

All tests were cache hits

1 test (100.0%) was fully cached saving 23ms.


Bazel 8 (Test)

e2e/api_entries

All tests were cache hits

1 test (100.0%) was fully cached saving 23ms.


Bazel 9 (Test)

e2e/api_entries

All tests were cache hits

1 test (100.0%) was fully cached saving 31ms.


Bazel 7 (Test)

e2e/copy_action

All tests were cache hits

1 test (100.0%) was fully cached saving 20ms.


Bazel 8 (Test)

e2e/copy_action

All tests were cache hits

1 test (100.0%) was fully cached saving 21ms.


Bazel 9 (Test)

e2e/copy_action

All tests were cache hits

1 test (100.0%) was fully cached saving 33ms.


Bazel 7 (Test)

e2e/copy_to_directory

All tests were cache hits

6 tests (100.0%) were fully cached saving 309ms.


Bazel 8 (Test)

e2e/copy_to_directory

All tests were cache hits

6 tests (100.0%) were fully cached saving 295ms.


Bazel 9 (Test)

e2e/copy_to_directory

⚠️ Buildkite build #248 failed.

@@rules_go+//:cgo_context_data failed to build

in cgo_context_data rule @@rules_go+//:cgo_context_data:
Traceback (most recent call last):
	File "/mnt/ephemeral/output/bazel-lib/e2e_copy_to_directory/external/rules_go+/go/private/context.bzl", line
740, column 38, in cgo_context_data_impl
		feature_configuration = cc_common.configure_features(
Error: 'struct' value has no field or method 'configure_features'
Available attributes: action_is_enabled, add_go_exec_groups_to_binary_rules,
check_experimental_cc_shared_library, do_not_use_tools_cpp_compiler_present, empty_variables,
get_environment_variables, get_execution_requirements, get_memory_inefficient_command_line,
get_tool_for_action, get_tool_requirement_for_action, implementation_deps_allowed_by_allowlist,
incompatible_disable_objc_library_transition, internal_DO_NOT_USE, legacy_cc_flags_make_variable_do_not_use
in cgo_context_data rule @@rules_go+//:cgo_context_data:
Traceback (most recent call last):
	File "/mnt/ephemeral/output/bazel-lib/e2e_copy_to_directory/external/rules_go+/go/private/context.bzl", line
740, column 38, in cgo_context_data_impl
		feature_configuration = cc_common.configure_features(
Error: 'struct' value has no field or method 'configure_features'
Available attributes: action_is_enabled, add_go_exec_groups_to_binary_rules,
check_experimental_cc_shared_library, do_not_use_tools_cpp_compiler_present, empty_variables,
get_environment_variables, get_execution_requirements, get_memory_inefficient_command_line,
get_tool_for_action, get_tool_requirement_for_action, implementation_deps_allowed_by_allowlist,
incompatible_disable_objc_library_transition, internal_DO_NOT_USE, legacy_cc_flags_make_variable_do_not_use

💡 To reproduce the build failures, run

bazel build @@rules_go+//:cgo_context_data

Bazel 7 (Test)

e2e/coreutils

All tests were cache hits

4 tests (100.0%) were fully cached saving 204ms.


Bazel 8 (Test)

e2e/coreutils

All tests were cache hits

4 tests (100.0%) were fully cached saving 260ms.


Bazel 9 (Test)

e2e/coreutils

All tests were cache hits

4 tests (100.0%) were fully cached saving 271ms.


Bazel 7 (Test)

e2e/external_copy_to_directory

All tests were cache hits

1 test (100.0%) was fully cached saving 20ms.


Bazel 8 (Test)

e2e/external_copy_to_directory

All tests were cache hits

1 test (100.0%) was fully cached saving 21ms.


Bazel 9 (Test)

e2e/external_copy_to_directory

⚠️ Buildkite build #248 failed.

@@rules_go+//:cgo_context_data failed to build

in cgo_context_data rule @@rules_go+//:cgo_context_data:
Traceback (most recent call last):
	File
"/mnt/ephemeral/output/bazel-lib/e2e_external_copy_to_directory/external/rules_go+/go/private/context.bzl",
line 740, column 38, in cgo_context_data_impl
		feature_configuration = cc_common.configure_features(
Error: 'struct' value has no field or method 'configure_features'
Available attributes: action_is_enabled, add_go_exec_groups_to_binary_rules,
check_experimental_cc_shared_library, do_not_use_tools_cpp_compiler_present, empty_variables,
get_environment_variables, get_execution_requirements, get_memory_inefficient_command_line,
get_tool_for_action, get_tool_requirement_for_action, implementation_deps_allowed_by_allowlist,
incompatible_disable_objc_library_transition, internal_DO_NOT_USE, legacy_cc_flags_make_variable_do_not_use
in cgo_context_data rule @@rules_go+//:cgo_context_data:
Traceback (most recent call last):
	File
"/mnt/ephemeral/output/bazel-lib/e2e_external_copy_to_directory/external/rules_go+/go/private/context.bzl",
line 740, column 38, in cgo_context_data_impl
		feature_configuration = cc_common.configure_features(
Error: 'struct' value has no field or method 'configure_features'
Available attributes: action_is_enabled, add_go_exec_groups_to_binary_rules,
check_experimental_cc_shared_library, do_not_use_tools_cpp_compiler_present, empty_variables,
get_environment_variables, get_execution_requirements, get_memory_inefficient_command_line,
get_tool_for_action, get_tool_requirement_for_action, implementation_deps_allowed_by_allowlist,
incompatible_disable_objc_library_transition, internal_DO_NOT_USE, legacy_cc_flags_make_variable_do_not_use

💡 To reproduce the build failures, run

bazel build @@rules_go+//:cgo_context_data

Bazel 7 (Test)

e2e/smoke

All tests were cache hits

4 tests (100.0%) were fully cached saving 415ms.


Bazel 8 (Test)

e2e/smoke

All tests were cache hits

4 tests (100.0%) were fully cached saving 636ms.


Bazel 9 (Test)

e2e/smoke

⚠️ Buildkite build #248 failed.

@@rules_go+//:cgo_context_data failed to build

in cgo_context_data rule @@rules_go+//:cgo_context_data:
Traceback (most recent call last):
	File "/mnt/ephemeral/output/bazel-lib/e2e_smoke/external/rules_go+/go/private/context.bzl", line 740, column
38, in cgo_context_data_impl
		feature_configuration = cc_common.configure_features(
Error: 'struct' value has no field or method 'configure_features'
Available attributes: action_is_enabled, add_go_exec_groups_to_binary_rules,
check_experimental_cc_shared_library, do_not_use_tools_cpp_compiler_present, empty_variables,
get_environment_variables, get_execution_requirements, get_memory_inefficient_command_line,
get_tool_for_action, get_tool_requirement_for_action, implementation_deps_allowed_by_allowlist,
incompatible_disable_objc_library_transition, internal_DO_NOT_USE, legacy_cc_flags_make_variable_do_not_use
in cgo_context_data rule @@rules_go+//:cgo_context_data:
Traceback (most recent call last):
	File "/mnt/ephemeral/output/bazel-lib/e2e_smoke/external/rules_go+/go/private/context.bzl", line 740, column
38, in cgo_context_data_impl
		feature_configuration = cc_common.configure_features(
Error: 'struct' value has no field or method 'configure_features'
Available attributes: action_is_enabled, add_go_exec_groups_to_binary_rules,
check_experimental_cc_shared_library, do_not_use_tools_cpp_compiler_present, empty_variables,
get_environment_variables, get_execution_requirements, get_memory_inefficient_command_line,
get_tool_for_action, get_tool_requirement_for_action, implementation_deps_allowed_by_allowlist,
incompatible_disable_objc_library_transition, internal_DO_NOT_USE, legacy_cc_flags_make_variable_do_not_use

💡 To reproduce the build failures, run

bazel build @@rules_go+//:cgo_context_data

Bazel 7 (Test)

e2e/write_source_files

All tests were cache hits

1 test (100.0%) was fully cached saving 30ms.


Bazel 8 (Test)

e2e/write_source_files

All tests were cache hits

1 test (100.0%) was fully cached saving 28ms.


Bazel 9 (Test)

e2e/write_source_files

All tests were cache hits

1 test (100.0%) was fully cached saving 35ms.

@renovate renovate bot force-pushed the renovate/all-go-deps branch 7 times, most recently from 3e93116 to f290359 Compare October 25, 2025 21:01
@renovate renovate bot force-pushed the renovate/all-go-deps branch from f290359 to a4a08f1 Compare October 30, 2025 22:04
@renovate renovate bot force-pushed the renovate/all-go-deps branch 2 times, most recently from 47e7a45 to edb4514 Compare November 8, 2025 17:37
@renovate renovate bot force-pushed the renovate/all-go-deps branch from edb4514 to cae79ad Compare November 14, 2025 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps Renovate PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant