diff --git a/doc/go1.16.html b/doc/go1.16.html index 793f6ef26d..2187f0b1ad 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -82,6 +82,15 @@ Do not send CLs removing the interior tags from such phrases.

Modules

+

+ Build commands like go build and go + test no longer modify go.mod and go.sum + by default. Instead, they report an error if a module requirement or checksum + needs to be added or updated (as if the -mod=readonly flag were + used). Module requirements and sums may be adjusted with go + mod tidy or go get. +

+

go install now accepts arguments with version suffixes (for example, go install