From: Bryan C. Mills Date: Thu, 24 Feb 2022 22:01:14 +0000 (-0500) Subject: doc/go1.18: note changes to automatic go.mod and go.sum updates X-Git-Tag: go1.18~33^2~16 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=55e5b03cb359c591a2ca6ad8b6e9274d094b1632;p=gostls13.git doc/go1.18: note changes to automatic go.mod and go.sum updates Fixes #51242 Updates #45551 Change-Id: Iba6e6acd9a94d24e26fcdd125f1022430723ada7 Reviewed-on: https://go-review.googlesource.com/c/go/+/387920 Trust: Dmitri Shuralyov Reviewed-by: Ian Lance Taylor Trust: Bryan Mills --- diff --git a/doc/go1.18.html b/doc/go1.18.html index 5289f82665..21089ef4b3 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -287,6 +287,20 @@ Do not send CLs removing the interior tags from such phrases. and installs packages, as before.

+

Automatic go.mod and go.sum updates

+ +

+ The go mod graph, + go mod vendor, + go mod verify, and + go mod why subcommands + no longer automatically update the go.mod and + go.sum files. + (Those files can be updated explicitly using go get, + go mod tidy, or + go mod download.) +

+

go version