Skip to content

Commit

Permalink
fix sdk download for common execution platforms (#3874)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaiper committed Feb 26, 2024
1 parent 75004b5 commit 145b042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/private/extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ def _go_sdk_impl(ctx):
)
go_download_sdk_rule(
name = default_name,
goos = download_tag.goos,
goarch = download_tag.goarch,
goos = goos,
goarch = goarch,
sdks = download_tag.sdks,
urls = download_tag.urls,
version = download_tag.version,
Expand Down

0 comments on commit 145b042

Please sign in to comment.