aboutsummaryrefslogtreecommitdiff
path: root/tests/bcr/other_module/MODULE.bazel
blob: f517abae0cc6ae31ccf839646427bc50620c88d5 (plain)
1
2
3
4
5
6
7
8
9
module(name = "other_module")

bazel_dep(name = "rules_go", version = "")

go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")

# Request an invalid SDK to verify that it isn't fetched since the test module registers a toolchain
# that takes precedence.
go_sdk.download(version = "3.0.0")