Merge pull request #2211 from JoshVanL/update-deps-goroot

Change update-deps to set GOROOT
This commit is contained in:
jetstack-bot 2019-10-14 09:57:00 +01:00 committed by GitHub
commit 6b7c51c3d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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