diff --git a/doc/go1.18.html b/doc/go1.18.html index f23f2b8562..133bfe0ef2 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -300,6 +300,16 @@ Do not send CLs removing the interior tags from such phrases. option -fsanitize=address).

+

+ The go mod tidy command now retains + additional checksums in the go.sum file for modules whose source + code is needed to verify that each imported package is provided by only one + module in the build list. Because this + condition is rare and failure to apply it results in a build error, this + change is not conditioned on the go version in the main + module's go.mod file. +

+

The go command now supports a "Workspace" mode. If a go.work file is found in the working directory or a