mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-10 16:00:19 -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
71fe73a076
commit
14d9774c76
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