Commit d4fd061
internal/worker: don't require https index URLs
Sometimes the golang index has a good reason to have an http address:
- It's running locally on your dev machine.
- It's running in production, but on a network-local address.
This removes the https requirement that we have to patch in at the moment.
Change-Id: Ib6577a63463c5b2e7cc537532a9ca20ac63fd1d4
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/685456
Reviewed-by: Jonathan Amsterdam <[email protected]>
Reviewed-by: Carlos Amedee <[email protected]>
kokoro-CI: kokoro <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>1 parent 5832fae commit d4fd061
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 41 | | |
46 | 42 | | |
47 | 43 | | |
| |||
0 commit comments