From b0c53f8475d14606ef82aeddfb2f742269c1b5b7 Mon Sep 17 00:00:00 2001
From: Adin Scannell <ascannell@google.com>
Date: Tue, 25 Aug 2020 12:16:31 -0700
Subject: Add nogo support to go_binary and go_test targets.

Updates #3374

PiperOrigin-RevId: 328378700
---
 tools/issue_reviver/github/BUILD | 1 +
 1 file changed, 1 insertion(+)

(limited to 'tools/issue_reviver/github/BUILD')

diff --git a/tools/issue_reviver/github/BUILD b/tools/issue_reviver/github/BUILD
index 0eabc2835..555abd296 100644
--- a/tools/issue_reviver/github/BUILD
+++ b/tools/issue_reviver/github/BUILD
@@ -21,4 +21,5 @@ go_test(
     size = "small",
     srcs = ["github_test.go"],
     library = ":github",
+    nogo = False,
 )
-- 
cgit v1.2.3