Skip to content

Commit 1aba20f

Browse files
committed
Update Go toolchain for pull tool
1 parent 1984aa1 commit 1aba20f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pull_tool/MODULE.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ bazel_dep(name = "gazelle", version = "0.47.0")
1010
bazel_dep(name = "rules_go", version = "0.60.0")
1111

1212
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
13+
go_sdk.from_file(
14+
go_mod = "//:go.mod",
15+
)
1316

1417
# Known to exist since it is instantiated by rules_go itself.
1518
use_repo(

0 commit comments

Comments
 (0)