From c84c25d3adc3567834c89c62d2d16dc2464a85d2 Mon Sep 17 00:00:00 2001 From: John Howard Date: Fri, 29 Jan 2021 08:22:44 -0800 Subject: [PATCH] Workaround golang bug causing make gen to fail 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