There is a command on doc/install page that uses an outdated filename that is being shown as an example of how to install go for Linux:
tar -C /usr/local -xzf go1.14.3.linux-amd64.tar.gz
What did you expect to see?
tar -C /usr/local -xzf command should use the latest archive filename for the current go version
What did you see instead?
go1.14.3.linux-amd64.tar.gz filename is statically defined in the markup.
There is a command on doc/install page that uses an outdated filename that is being shown as an example of how to install go for Linux:
tar -C /usr/local -xzf go1.14.3.linux-amd64.tar.gzWhat did you expect to see?
tar -C /usr/local -xzfcommand should use the latest archive filename for the current go versionWhat did you see instead?
go1.14.3.linux-amd64.tar.gzfilename is statically defined in the markup.