diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 211e9d80606ea..00382786cc4c0 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -282,7 +282,7 @@ def _boringssl_fips(): name = "fips_cmake_linux_aarch64", build_file_content = CMAKE_BUILD_CONTENT, ) - GO_BUILD_CONTENT = "%s\nexports_files([\"bin/go\"])" % BUILD_ALL_CONTENT + GO_BUILD_CONTENT = "%s\nexports_files([\"bin/go\"])" % _build_all_content(["test/**"]) external_http_archive( name = "fips_go_linux_amd64", build_file_content = GO_BUILD_CONTENT,