-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Open
Labels
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.ProposalProposal-Accepted
Milestone
Description
cmd/go shells out to version control binaries to implement go get.
doc/install currently declares minimum supported OS versions for FreeBSD, macOS, and Windows, but only a minimum kernel version for Linux. Those requirements do not imply any particular version of the supported version control binaries, and those versions do matter in practice: in particular, git accrued a large number of flags in between 2.7 and 2.18 (#26653).
We should be explicit about which versions are supported for use with the go command.
(CC: @rsc @ianlancetaylor @bradfitz @myitcv @rogpeppe @trashhalo)
mvdan, trashhalo, dmitshur and johnmccabe
Metadata
Metadata
Assignees
Labels
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.ProposalProposal-Accepted