From a2263c3f10cb9b9078cab57d622610e7f46fa0e5 Mon Sep 17 00:00:00 2001 From: JoshVanL Date: Sun, 13 Oct 2019 18:39:43 +0200 Subject: [PATCH] Unset GROOT during update deps Signed-off-by: JoshVanL --- hack/update-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/update-deps.sh b/hack/update-deps.sh index 4b84d23fb..d0a797171 100755 --- a/hack/update-deps.sh +++ b/hack/update-deps.sh @@ -88,6 +88,7 @@ esac rm -rf vendor "$go" mod tidy +unset GOROOT "$gazelle" update-repos \ --from_file=go.mod --to_macro=hack/build/repos.bzl%go_repositories \ --build_file_generation=on --build_file_proto_mode=disable