diff --git a/doc/go1.12.html b/doc/go1.12.html index fbe0c6a17c..e92d368386 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -181,10 +181,10 @@ tour

The go directive in a go.mod file now indicates the - version of the language used by the files within that module, and - go mod tidy sets it to the - current release (go 1.12) if no existing - version is present. + version of the language used by the files within that module. + It will be set to the current release + (go 1.12) if no existing version is + present. If the go directive for a module specifies a version newer than the toolchain in use, the go command will attempt to build the packages regardless, and will note the mismatch only if