rules_go
rules_go copied to clipboard
Add --enable_workpace in .bazelrc
What type of PR is this?
Dealing with incompatible change
What does this PR do? Why is it needed?
Due to https://github.com/bazelbuild/bazel/issues/23023
Which issues(s) does this PR fix?
Fixes #4078
Other notes for review
As the flag isn't available in older Bazel versions (which we still test against), we need to set it on individual CI runs instead.