From 55e5b03cb359c591a2ca6ad8b6e9274d094b1632 Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Thu, 24 Feb 2022 17:01:14 -0500 Subject: [PATCH] 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 --- doc/go1.18.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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

-- 2.50.0