bazel: enable bzlmod

This change enables bzlmod without migrating any dependencies.
Instead, WORKSPACE dependencies can be migrated one by one.
This commit is contained in:
Malte Poll 2024-05-22 13:25:35 +02:00
parent 71fe73a076
commit 14d9774c76
10 changed files with 33 additions and 33 deletions

View file

@ -4,7 +4,7 @@
## Steps
Replace "1.xx.x" with the new version in [WORKSPACE.bazel](/WORKSPACE.bazel):
Replace "1.xx.x" with the new version in [WORKSPACE.bzlmod](/WORKSPACE.bzlmod):
```starlark
load("@io_bazel_rules_go//go:deps.bzl", "go_download_sdk", "go_register_toolchains", "go_rules_dependencies")