Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declare toolchains in a separate repository #3348

Merged
merged 8 commits into from Nov 24, 2022
2 changes: 1 addition & 1 deletion MODULE.bazel
Expand Up @@ -21,7 +21,7 @@ use_repo(

go_sdk = use_extension("//go:extensions.bzl", "go_sdk")
go_sdk.download(name = "go_default_sdk", version = "1.18.3")
use_repo(go_sdk, "go_default_sdk")
use_repo(go_sdk, "go_default_sdk", "go_default_sdk_toolchains")
fmeum marked this conversation as resolved.
Show resolved Hide resolved
register_toolchains("@go_default_sdk_toolchains//:all")

bazel_dep(name = "gazelle", version = "0.27.0")
Expand Down