Commit 995d0f1
authored
fix: Use include=all param in go.dev downloads API for checksum validation (#1922)
The go.dev/dl/?mode=json endpoint only returns the two most recent
Go minor versions. This causes checksum validation to fail for older
supported Go versions that are no longer listed in the default response.
Adding include=all ensures checksums are available for all Go versions.1 parent 52f69d6 commit 995d0f1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments