]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/go/alldocs.go
cmd/go: additional doc-inspired tests and bug fixes
[gostls13.git] / src / cmd / go / alldocs.go
index 7ef763d6be6239c9bf7b6c88f8ccdc9506d73df4..05ee094ea7499b1a65f403634f9203d5b1951fee 100644 (file)
 //
 //     go get example.com/mod@none
 //
+// To upgrade the minimum required Go version to the latest released Go version:
+//
+//     go get go@latest
+//
+// To upgrade the Go toolchain to the latest patch release of the current Go toolchain:
+//
+//     go get toolchain@patch
+//
 // See https://golang.org/ref/mod#go-get for details.
 //
 // In earlier versions of Go, 'go get' was used to build and install packages.
 //
 // For more about modules, see https://golang.org/ref/mod.
 //
+// For more about using 'go get' to update the minimum Go version and
+// suggested Go toolchain, see https://go.dev/doc/toolchain.
+//
 // For more about specifying packages, see 'go help packages'.
 //
 // This text describes the behavior of get using modules to manage source