You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* go_repository now supports a build_config attribute. By default,
this points to "@//:WORKSPACE", but it may reference another file
that changes less frequently or None. This is used to set the
-repo_config option when invoking Gazelle.
* A global default may be set via "go_repository_default_config" in
gazelle_dependencies.
* go_repository now reads files with "cat" instead of ctx.read.
Fixesbazel-contrib#555
go_repository
usesctx.read
to read the main WORKSPACE file in versions of Bazel that support it. This is not actually allowed.Caused by #550
Related #529
The text was updated successfully, but these errors were encountered: