From 5bd48e1445ed53a6ccb799da683a6ffe296abbc4 Mon Sep 17 00:00:00 2001 From: John Howard Date: Fri, 29 Jan 2021 08:44:43 -0800 Subject: [PATCH] Workaround golang bug causing make gen to fail (#1861) Workaround https://github.com/golang/go/issues/43994 Run tidy after download --- Makefile.core.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.core.mk b/Makefile.core.mk index 41c303f9882..315241b6726 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -47,8 +47,8 @@ gen: \ gen-proto \ generate-annotations \ generate-labels \ - tidy-go \ - mirror-licenses + mirror-licenses \ + tidy-go gen-check: gen check-clean-repo