Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2025

This PR contains the following updates:

Package Type Update Change
io_bazel_rules_go http_archive minor v0.52.0 -> v0.58.3

Release Notes

bazelbuild/rules_go (io_bazel_rules_go)

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")

v0.55.0

Compare Source

WORKSPACE code

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

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

What's Changed

New Contributors

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

v0.54.1

Compare Source

This release include two bug fixes:

WORKSPACE code

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

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

Full Changelog: bazel-contrib/rules_go@v0.54.0...v0.54.1

v0.54.0

Compare Source

WORKSPACE code

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

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

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.53.0...v0.54.0

v0.53.0

Compare Source

WORKSPACE code

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

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

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.52.0...v0.53.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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 27, 2025
@aspect-workflows
Copy link

aspect-workflows bot commented Oct 27, 2025

Bazel 8 (Test)

130 test targets passed

Targets
//:case_file_has_external_prefix [k8-fastbuild]                                                            205ms
//lib/tests/assert_archive_contains:check_tar [k8-fastbuild]                                               51ms
//lib/tests/assert_archive_contains:check_zip [k8-fastbuild]                                               71ms
//lib/tests/assert_contains:backtick [k8-fastbuild]                                                        186ms
//lib/tests/assert_contains:regexy-args-1 [k8-fastbuild]                                                   205ms
//lib/tests/assert_contains:regexy-args-2 [k8-fastbuild]                                                   159ms
//lib/tests/assert_directory_contains:check_a [k8-fastbuild]                                               106ms
//lib/tests/bats:args [k8-fastbuild]                                                                       4s
//lib/tests/bats:basic [k8-fastbuild]                                                                      3s
//lib/tests/bats:env [k8-fastbuild]                                                                        2s
//lib/tests/copy_directory:copy_directory_test [k8-fastbuild]                                              252ms
//lib/tests/copy_directory:copy_external_directory_test [k8-fastbuild]                                     155ms
//lib/tests/copy_directory_bin_action:copy_test [k8-fastbuild]                                             235ms
//lib/tests/copy_directory_bin_action:hardlink_test [k8-fastbuild]                                         333ms
//lib/tests/copy_directory_bin_action:sanity_test [k8-fastbuild]                                           398ms
//lib/tests/copy_file:copy_from_dir_test [k8-fastbuild]                                                    352ms
//lib/tests/copy_file:copy_same_file_a_test [k8-fastbuild]                                                 61ms
//lib/tests/copy_file:copy_same_file_b_test [k8-fastbuild]                                                 65ms
//lib/tests/copy_to_bin:file1_test [k8-fastbuild]                                                          47ms
//lib/tests/copy_to_bin:file2_test [k8-fastbuild]                                                          106ms
//lib/tests/copy_to_directory:case_14_test [k8-fastbuild]                                                  210ms
//lib/tests/copy_to_directory:case_15_test [k8-fastbuild]                                                  276ms
//lib/tests/copy_to_directory:case_17_test [k8-fastbuild]                                                  338ms
//lib/tests/copy_to_directory:case_18_test [k8-fastbuild]                                                  367ms
//lib/tests/copy_to_directory:case_19_test [k8-fastbuild]                                                  506ms
//lib/tests/copy_to_directory:case_1_test [k8-fastbuild]                                                   257ms
//lib/tests/copy_to_directory:case_20_test [k8-fastbuild]                                                  255ms
//lib/tests/copy_to_directory:case_22_test [k8-fastbuild]                                                  321ms
//lib/tests/copy_to_directory:case_2_test [k8-fastbuild]                                                   401ms
//lib/tests/copy_to_directory:case_3_test [k8-fastbuild]                                                   436ms
//lib/tests/copy_to_directory:case_4_test [k8-fastbuild]                                                   354ms
//lib/tests/copy_to_directory:case_5_test [k8-fastbuild]                                                   433ms
//lib/tests/copy_to_directory:case_7_test [k8-fastbuild]                                                   484ms
//lib/tests/copy_to_directory:case_8_test [k8-fastbuild]                                                   390ms
//lib/tests/copy_to_directory:case_9_test [k8-fastbuild]                                                   446ms
//lib/tests/copy_to_directory_bin_action:test [k8-fastbuild]                                               368ms
//lib/tests/coreutils:ls_test [k8-fastbuild]                                                               68ms
//lib/tests/coreutils:test_sha256sum [k8-fastbuild]                                                        185ms
//lib/tests/coreutils:test_wc [k8-fastbuild]                                                               124ms
//lib/tests/expand_template:a_stamp_test [k8-fastbuild]                                                    413ms
//lib/tests/expand_template:a_test [k8-fastbuild]                                                          104ms
//lib/tests/expand_template:default_info_test [k8-fastbuild]                                               905ms
//lib/tests/expand_template:index_html_out_test [k8-fastbuild]                                             621ms
//lib/tests/expand_template:inline_template_test [k8-fastbuild]                                            738ms
//lib/tests/run_binary:dir_a_rootpath_test [k8-fastbuild]                                                  188ms
//lib/tests/run_binary:dir_test [k8-fastbuild]                                                             267ms
//lib/tests/run_binary_expansions:expansions_golden_test [k8-fastbuild]                                    93ms
//lib/tests/transitions:test_arm [k8-fastbuild]                                                            170ms
//lib/tests/transitions:test_go_binary_is_x86_64 [k8-fastbuild]                                            212ms
//lib/tests/transitions:test_go_test_is_x86_64 [k8-fastbuild]                                              529ms
//lib/tests/transitions:test_transition_test [k8-fastbuild]                                                349ms
//lib/tests/transitions:test_x86 [k8-fastbuild]                                                            198ms
//lib/tests/transitions:transitioned_go_test_x86_64 [k8-fastbuild-ST-7b1a31315cbe]                         444ms
//lib/tests/write_source_files/build_files_in_outs:build_files_in_outs_test [k8-fastbuild]                 350ms
//lib/tests/write_source_files/subdir/subsubdir:macro_smoke_test_test [k8-fastbuild]                       181ms
//lib/tests/write_source_files:a_subpkg_test [k8-fastbuild]                                                223ms
//lib/tests/write_source_files:a_test [k8-fastbuild]                                                       256ms
//lib/tests/write_source_files:b_test [k8-fastbuild]                                                       304ms
//lib/tests/write_source_files:e_dir_test_test [k8-fastbuild]                                              447ms
//lib/tests/write_source_files:es_dir_test_test [k8-fastbuild]                                             220ms
//lib/tests/write_source_files:g_test [k8-fastbuild]                                                       345ms
//lib/tests/write_source_files:hidden_dir_test_test [k8-fastbuild]                                         164ms
//lib/tests/write_source_files:macro_smoke_test_0_test [k8-fastbuild]                                      188ms
//lib/tests/write_source_files:macro_smoke_test_1_test [k8-fastbuild]                                      251ms
//lib/tests/write_source_files:macro_smoke_test_3_test [k8-fastbuild]                                      256ms
//lib/tests/write_source_files:macro_smoke_test_4_test [k8-fastbuild]                                      414ms
//lib/tests/write_source_files:test_assert_outputs [k8-fastbuild]                                          240ms
//lib/tests:expand_template_contains [k8-fastbuild]                                                        178ms
//lib/tests:expand_template_test [k8-fastbuild]                                                            194ms
//lib/tests:glob_match_test_0 [k8-fastbuild]                                                               59ms
//lib/tests:glob_match_test_1 [k8-fastbuild]                                                               52ms
//lib/tests:glob_match_test_11 [k8-fastbuild]                                                              70ms
//lib/tests:glob_match_test_12 [k8-fastbuild]                                                              52ms
//lib/tests:glob_match_test_13 [k8-fastbuild]                                                              131ms
//lib/tests:glob_match_test_14 [k8-fastbuild]                                                              59ms
//lib/tests:glob_match_test_16 [k8-fastbuild]                                                              77ms
//lib/tests:glob_match_test_17 [k8-fastbuild]                                                              51ms
//lib/tests:glob_match_test_18 [k8-fastbuild]                                                              191ms
//lib/tests:glob_match_test_19 [k8-fastbuild]                                                              78ms
//lib/tests:glob_match_test_3 [k8-fastbuild]                                                               48ms
//lib/tests:glob_match_test_4 [k8-fastbuild]                                                               67ms
//lib/tests:glob_match_test_6 [k8-fastbuild]                                                               51ms
//lib/tests:glob_match_test_8 [k8-fastbuild]                                                               42ms
//lib/tests:glob_match_test_9 [k8-fastbuild]                                                               91ms
//lib/tests:lists_tests_test_1 [k8-fastbuild]                                                              68ms
//lib/tests:lists_tests_test_3 [k8-fastbuild]                                                              157ms
//lib/tests:lists_tests_test_4 [k8-fastbuild]                                                              204ms
//lib/tests:lists_tests_test_5 [k8-fastbuild]                                                              166ms
//lib/tests:lists_tests_test_6 [k8-fastbuild]                                                              65ms
//lib/tests:lists_tests_test_7 [k8-fastbuild]                                                              106ms
//lib/tests:make_vars_tests_test_0 [k8-fastbuild]                                                          215ms
//lib/tests:propagate_common_rule_attribute_tests [k8-fastbuild]                                           36ms
//lib/tests:propagate_common_test_rule_attribute_tests [k8-fastbuild]                                      58ms
//lib/tests:propagate_well_known_tags_tests [k8-fastbuild]                                                 216ms
//lib/tests:strings_tests_test_0 [k8-fastbuild]                                                            73ms
//lib/tests:strings_tests_test_1 [k8-fastbuild]                                                            51ms
//lib/tests:strings_tests_test_2 [k8-fastbuild]                                                            284ms
//lib/tests:strings_tests_test_3 [k8-fastbuild]                                                            49ms
//shlib/tests/lib_tests/assertions_tests:assert_equal_test [k8-fastbuild]                                  731ms
//shlib/tests/lib_tests/assertions_tests:assert_match_test [k8-fastbuild]                                  297ms
+ 30 other targets

Bazel 9 (Test)

130 test targets passed

Targets
//:case_file_has_external_prefix [k8-fastbuild]                                                      70ms
//lib/tests/assert_archive_contains:check_zip [k8-fastbuild]                                         71ms
//lib/tests/assert_contains:regexy-args-1 [k8-fastbuild]                                             375ms
//lib/tests/assert_contains:regexy-args-2 [k8-fastbuild]                                             180ms
//lib/tests/assert_directory_contains:check_a [k8-fastbuild]                                         33ms
//lib/tests/bats:args [k8-fastbuild]                                                                 519ms
//lib/tests/bats:basic [k8-fastbuild]                                                                430ms
//lib/tests/bats:env [k8-fastbuild]                                                                  425ms
//lib/tests/bats:env_expansion [k8-fastbuild]                                                        595ms
//lib/tests/copy_directory:copy_directory_test [k8-fastbuild]                                        145ms
//lib/tests/copy_directory:copy_external_directory_test [k8-fastbuild]                               34ms
//lib/tests/copy_directory_bin_action:copy_test [k8-fastbuild]                                       73ms
//lib/tests/copy_directory_bin_action:hardlink_test [k8-fastbuild]                                   53ms
//lib/tests/copy_directory_bin_action:sanity_test [k8-fastbuild]                                     95ms
//lib/tests/copy_file:copy_from_dir_test [k8-fastbuild]                                              40ms
//lib/tests/copy_file:copy_hidden_file_b_test [k8-fastbuild]                                         68ms
//lib/tests/copy_file:copy_same_file_a_test [k8-fastbuild]                                           55ms
//lib/tests/copy_file:copy_same_file_b_test [k8-fastbuild]                                           151ms
//lib/tests/copy_to_bin:file1_test [k8-fastbuild]                                                    42ms
//lib/tests/copy_to_bin:file2_test [k8-fastbuild]                                                    40ms
//lib/tests/copy_to_directory:case_13_test [k8-fastbuild]                                            54ms
//lib/tests/copy_to_directory:case_14_test [k8-fastbuild]                                            55ms
//lib/tests/copy_to_directory:case_15_test [k8-fastbuild]                                            42ms
//lib/tests/copy_to_directory:case_16_test [k8-fastbuild]                                            44ms
//lib/tests/copy_to_directory:case_17_test [k8-fastbuild]                                            48ms
//lib/tests/copy_to_directory:case_18_test [k8-fastbuild]                                            44ms
//lib/tests/copy_to_directory:case_19_test [k8-fastbuild]                                            61ms
//lib/tests/copy_to_directory:case_1_test [k8-fastbuild]                                             61ms
//lib/tests/copy_to_directory:case_20_test [k8-fastbuild]                                            52ms
//lib/tests/copy_to_directory:case_22_test [k8-fastbuild]                                            39ms
//lib/tests/copy_to_directory:case_2_test [k8-fastbuild]                                             54ms
//lib/tests/copy_to_directory:case_3_test [k8-fastbuild]                                             154ms
//lib/tests/copy_to_directory:case_5_test [k8-fastbuild]                                             42ms
//lib/tests/copy_to_directory:case_8_test [k8-fastbuild]                                             42ms
//lib/tests/copy_to_directory:case_9_test [k8-fastbuild]                                             52ms
//lib/tests/copy_to_directory_bin_action:test [k8-fastbuild]                                         115ms
//lib/tests/coreutils:test_sha256sum [k8-fastbuild]                                                  213ms
//lib/tests/coreutils:test_sha512sum [k8-fastbuild]                                                  196ms
//lib/tests/coreutils:test_wc [k8-fastbuild]                                                         166ms
//lib/tests/expand_template:a_stamp_test [k8-fastbuild]                                              98ms
//lib/tests/expand_template:index_html_out_test [k8-fastbuild]                                       535ms
//lib/tests/expand_template:inline_template_test [k8-fastbuild]                                      836ms
//lib/tests/run_binary:dir_test [k8-fastbuild]                                                       62ms
//lib/tests/transitions:test_arm [k8-fastbuild]                                                      40ms
//lib/tests/transitions:test_go_binary_is_arm64 [k8-fastbuild]                                       823ms
//lib/tests/transitions:test_go_binary_is_x86_64 [k8-fastbuild]                                      829ms
//lib/tests/transitions:test_go_test_is_x86_64 [k8-fastbuild]                                        325ms
//lib/tests/transitions:test_transition_test [k8-fastbuild]                                          91ms
//lib/tests/transitions:test_x86 [k8-fastbuild]                                                      43ms
//lib/tests/transitions:transitioned_go_test_x86_64 [k8-fastbuild-ST-7b1a31315cbe]                   258ms
//lib/tests/write_source_files/merged_dir:merged_dir_test_test [k8-fastbuild]                        85ms
//lib/tests/write_source_files/subdir/subsubdir:macro_smoke_test_test [k8-fastbuild]                 107ms
//lib/tests/write_source_files/subdir:macro_smoke_test_test [k8-fastbuild]                           55ms
//lib/tests/write_source_files:a_parentpkg_test [k8-fastbuild]                                       91ms
//lib/tests/write_source_files:a_subpkg_test [k8-fastbuild]                                          54ms
//lib/tests/write_source_files:a_test [k8-fastbuild]                                                 84ms
//lib/tests/write_source_files:b_test [k8-fastbuild]                                                 67ms
//lib/tests/write_source_files:es_dir_test_test [k8-fastbuild]                                       72ms
//lib/tests/write_source_files:f_test [k8-fastbuild]                                                 80ms
//lib/tests/write_source_files:g_test [k8-fastbuild]                                                 105ms
//lib/tests/write_source_files:hidden_dir_test_test [k8-fastbuild]                                   51ms
//lib/tests/write_source_files:macro_smoke_test_0_test [k8-fastbuild]                                37ms
//lib/tests/write_source_files:macro_smoke_test_1_test [k8-fastbuild]                                98ms
//lib/tests/write_source_files:macro_smoke_test_2_test [k8-fastbuild]                                60ms
//lib/tests/write_source_files:macro_smoke_test_4_test [k8-fastbuild]                                54ms
//lib/tests/write_source_files:test_assert_outputs [k8-fastbuild]                                    88ms
//lib/tests/write_source_files:write_from_external_repo_test [k8-fastbuild]                          50ms
//lib/tests:base64_tests_test_0 [k8-fastbuild]                                                       50ms
//lib/tests:expand_template_contains [k8-fastbuild]                                                  825ms
//lib/tests:expand_template_test [k8-fastbuild]                                                      216ms
//lib/tests:glob_match_test_0 [k8-fastbuild]                                                         46ms
//lib/tests:glob_match_test_12 [k8-fastbuild]                                                        61ms
//lib/tests:glob_match_test_14 [k8-fastbuild]                                                        53ms
//lib/tests:glob_match_test_15 [k8-fastbuild]                                                        71ms
//lib/tests:glob_match_test_18 [k8-fastbuild]                                                        60ms
//lib/tests:glob_match_test_19 [k8-fastbuild]                                                        99ms
//lib/tests:glob_match_test_2 [k8-fastbuild]                                                         48ms
//lib/tests:glob_match_test_3 [k8-fastbuild]                                                         52ms
//lib/tests:glob_match_test_4 [k8-fastbuild]                                                         25ms
//lib/tests:glob_match_test_5 [k8-fastbuild]                                                         34ms
//lib/tests:glob_match_test_6 [k8-fastbuild]                                                         25ms
//lib/tests:glob_match_test_7 [k8-fastbuild]                                                         72ms
//lib/tests:glob_match_test_8 [k8-fastbuild]                                                         30ms
//lib/tests:glob_match_test_9 [k8-fastbuild]                                                         36ms
//lib/tests:is_external_label_tests [k8-fastbuild]                                                   51ms
//lib/tests:lists_tests_test_0 [k8-fastbuild]                                                        42ms
//lib/tests:lists_tests_test_1 [k8-fastbuild]                                                        61ms
//lib/tests:lists_tests_test_3 [k8-fastbuild]                                                        44ms
//lib/tests:make_vars_tests_test_0 [k8-fastbuild]                                                    215ms
//lib/tests:paths_tests_test_3 [k8-fastbuild]                                                        283ms
//lib/tests:propagate_common_binary_rule_attribute_tests [k8-fastbuild]                              45ms
//lib/tests:propagate_common_rule_attribute_tests [k8-fastbuild]                                     50ms
//lib/tests:propagate_common_test_rule_attribute_tests [k8-fastbuild]                                54ms
//lib/tests:propagate_well_known_tags_tests [k8-fastbuild]                                           69ms
//lib/tests:strings_tests_test_0 [k8-fastbuild]                                                      42ms
//lib/tests:strings_tests_test_1 [k8-fastbuild]                                                      67ms
//lib/tests:strings_tests_test_3 [k8-fastbuild]                                                      29ms
//shlib/tests/lib_tests/assertions_tests:assert_equal_test [k8-fastbuild]                            207ms
//shlib/tests/lib_tests/assertions_tests:assert_match_test [k8-fastbuild]                            219ms
//shlib/tests/lib_tests/assertions_tests:assert_no_match_test [k8-fastbuild]                         211ms
+ 30 other targets

Bazel 7 (Test)

e2e/api_entries

1 test target passed

Targets
//:api_bzl_entries23ms

Bazel 8 (Test)

e2e/api_entries

1 test target passed

Targets
//:api_bzl_entries                                                                                         23ms

Bazel 9 (Test)

e2e/api_entries

1 test target passed

Targets
//:api_bzl_entries                                                                                   31ms

Bazel 7 (Test)

e2e/copy_action

1 test target passed

Targets
//:test [k8-fastbuild]20ms

Bazel 8 (Test)

e2e/copy_action

1 test target passed

Targets
//:test [k8-fastbuild]                                                                                     21ms

Bazel 9 (Test)

e2e/copy_action

1 test target passed

Targets
//:test [k8-fastbuild]                                                                               33ms

Bazel 7 (Test)

e2e/copy_to_directory

6 test targets passed

Targets
//:test1 [k8-fastbuild]34ms
//:test1b [k8-fastbuild]72ms
//:test2 [k8-fastbuild]60ms
//:test2b [k8-fastbuild]29ms
//:test3 [k8-fastbuild]40ms
//:test3b [k8-fastbuild]74ms

Bazel 8 (Test)

e2e/copy_to_directory

6 test targets passed

Targets
//:test1 [k8-fastbuild]                                                                                    59ms
//:test1b [k8-fastbuild]                                                                                   37ms
//:test2 [k8-fastbuild]                                                                                    63ms
//:test2b [k8-fastbuild]                                                                                   52ms
//:test3 [k8-fastbuild]                                                                                    24ms
//:test3b [k8-fastbuild]                                                                                   60ms

Bazel 9 (Test)

e2e/copy_to_directory

6 test targets passed

Targets
//:test1 [k8-fastbuild]                                                                              51ms
//:test1b [k8-fastbuild]                                                                             21ms
//:test2 [k8-fastbuild]                                                                              40ms
//:test2b [k8-fastbuild]                                                                             48ms
//:test3 [k8-fastbuild]                                                                              53ms
//:test3b [k8-fastbuild]                                                                             50ms

Bazel 7 (Test)

e2e/coreutils

4 test targets passed

Targets
//:write_ls_0_test [k8-fastbuild]42ms
//:write_ls_1_test [k8-fastbuild]56ms
//:write_ls_2_test [k8-fastbuild]51ms
//:write_ls_3_test [k8-fastbuild]55ms

Bazel 8 (Test)

e2e/coreutils

4 test targets passed

Targets
//:write_ls_0_test [k8-fastbuild]                                                                          53ms
//:write_ls_1_test [k8-fastbuild]                                                                          70ms
//:write_ls_2_test [k8-fastbuild]                                                                          80ms
//:write_ls_3_test [k8-fastbuild]                                                                          57ms

Bazel 9 (Test)

e2e/coreutils

4 test targets passed

Targets
//:write_ls_0_test [k8-fastbuild]                                                                    59ms
//:write_ls_1_test [k8-fastbuild]                                                                    54ms
//:write_ls_2_test [k8-fastbuild]                                                                    90ms
//:write_ls_3_test [k8-fastbuild]                                                                    68ms

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

All tests were cache hits

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


Bazel 7 (Test)

e2e/smoke

4 test targets passed

Targets
//:a_stamp_test [k8-fastbuild]140ms
//:bats [k8-fastbuild]188ms
//:copy_directory_test [k8-fastbuild]45ms
//:copy_to_directory_test [k8-fastbuild]42ms

Bazel 8 (Test)

e2e/smoke

4 test targets passed

Targets
//:a_stamp_test [k8-fastbuild]                                                                             102ms
//:bats [k8-fastbuild]                                                                                     379ms
//:copy_directory_test [k8-fastbuild]                                                                      66ms
//:copy_to_directory_test [k8-fastbuild]                                                                   89ms

Bazel 9 (Test)

e2e/smoke

4 test targets passed

Targets
//:a_stamp_test [k8-fastbuild]                                                                       33ms
//:bats [k8-fastbuild]                                                                               590ms
//:copy_directory_test [k8-fastbuild]                                                                38ms
//:copy_to_directory_test [k8-fastbuild]                                                             64ms

Bazel 7 (Test)

e2e/write_source_files

1 test target passed

Targets
//:write_external_test [k8-fastbuild]30ms

Bazel 8 (Test)

e2e/write_source_files

1 test target passed

Targets
//:write_external_test [k8-fastbuild]                                                                      28ms

Bazel 9 (Test)

e2e/write_source_files

1 test target passed

Targets
//:write_external_test [k8-fastbuild]                                                                35ms

@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from b709e5a to 2d775ec Compare October 30, 2025 22:04
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.58.2 chore(deps): update dependency io_bazel_rules_go to v0.58.3 Oct 30, 2025
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