Add --enable_workpace in .bazelrc

Addressing https://github.com/bazelbuild/rules_go/issues/4078

Related: https://github.com/bazelbuild/bazel/issues/23023
diff --git a/.bazelrc b/.bazelrc
index 2c3b408..469eeeb 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -40,3 +40,7 @@
 # TODO: Add --incompatible_disallow_empty_glob once
 # https://github.com/bazelbuild/bazel-gazelle/pull/1405 has been released.
 test:incompatible --test_env=GO_BAZEL_TEST_BAZELFLAGS='--incompatible_load_proto_rules_from_bzl --incompatible_enable_cc_toolchain_resolution --incompatible_config_setting_private_default_visibility --incompatible_enforce_config_setting_visibility --incompatible_disable_starlark_host_transitions --nolegacy_external_runfiles --incompatible_enable_proto_toolchain_resolution'
+
+# Enable WORKSPACE
+# TODO: Remove --enable_workspace after all dependencies are migrated to MODULE.bazel
+common --enable_workspace