Skip to content

Commit

Permalink
use urls instead of ctx urls which aren't formatted (#3724)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwon777 authored Oct 10, 2023
1 parent f7d6081 commit 19ad920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/private/sdk.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def _remote_sdk(ctx, urls, strip_prefix, sha256):

ctx.report_progress("Downloading and extracting Go toolchain")

auth = use_netrc(read_user_netrc(ctx), ctx.attr.urls, {})
auth = use_netrc(read_user_netrc(ctx), urls, {})

# TODO(#2771): After bazelbuild/bazel#18448 is merged and available in
# the minimum supported version of Bazel, remove the workarounds below.
Expand Down

0 comments on commit 19ad920

Please sign in to comment.