Skip to content

Commit

Permalink
fix (build): Use go_sdk.host() instead of go_sdk.download(..linux..) …
Browse files Browse the repository at this point in the history
…for #246
  • Loading branch information
vorburger committed Jul 1, 2023
1 parent bc6783d commit ec82e95
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,4 @@ bazel_dep(name = "gazelle", version = "0.31.1", repo_name = "bazel_gazelle")

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

# go_sdk.host()
go_sdk.download(
goarch = "amd64",
goos = "linux",
version = "1.20.4",
)
go_sdk.host(version = "1.20.4")

0 comments on commit ec82e95

Please sign in to comment.