summaryrefslogtreecommitdiffhomepage
path: root/tools/bigquery
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bigquery')
-rw-r--r--tools/bigquery/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bigquery/BUILD b/tools/bigquery/BUILD
index 81994f954..2b116fe0d 100644
--- a/tools/bigquery/BUILD
+++ b/tools/bigquery/BUILD
@@ -6,6 +6,7 @@ go_library(
name = "bigquery",
testonly = 1,
srcs = ["bigquery.go"],
+ nogo = False, # FIXME(b/184974218): Analysis failing for cloud libraries.
visibility = [
"//:sandbox",
],