mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-21 21:44:39 -04:00
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:
parent
d0bab9eb08
commit
8796edc9ad
10 changed files with 33 additions and 33 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue