Skip to content

Commit 70ad2ef

Browse files
committed
Small updates as reported by trunk check and readd go toolchains.
1 parent 71ab901 commit 70ad2ef

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
3838
go_sdk.download(
3939
version = "1.25.3",
4040
)
41+
use_repo(go_sdk, "go_toolchains")
4142

4243
register_toolchains("@go_toolchains//:all")
4344

tests/WORKSPACE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,5 +392,3 @@ http_archive(
392392
"https://github.com/bazelbuild/platforms/releases/download/1.0.0/platforms-1.0.0.tar.gz",
393393
],
394394
)
395-
396-
host_platform_repo(name = "host_platform")

0 commit comments

Comments
 (0)