Skip to content

Commit b1c8753

Browse files
Bryan C. Millsjproberts
Bryan C. Mills
authored andcommitted
doc/go1.18: add a release note for 'go mod tidy' checksum changes
Updates golang#47738 Fixes golang#49598 Change-Id: I708dcb880a701699116227a9eaca994cf460fef9 Reviewed-on: https://go-review.googlesource.com/c/go/+/378577 Trust: Bryan Mills <bcmills@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> Trust: Daniel Martí <mvdan@mvdan.cc> Reviewed-by: Daniel Martí <mvdan@mvdan.cc> TryBot-Result: Gopher Robot <gobot@golang.org>
1 parent ecff505 commit b1c8753

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/go1.18.html

+10
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,16 @@ <h3 id="go-command">Go command</h3>
300300
option <code>-fsanitize=address</code>).
301301
</p>
302302

303+
<p><!-- https://golang.org/issue/47738 -->
304+
The <code>go</code> <code>mod</code> <code>tidy</code> command now retains
305+
additional checksums in the <code>go.sum</code> file for modules whose source
306+
code is needed to verify that each imported package is provided by only one
307+
module in the <a href="/ref/mod#glos-build-list">build list</a>. Because this
308+
condition is rare and failure to apply it results in a build error, this
309+
change is <em>not</em> conditioned on the <code>go</code> version in the main
310+
module's <code>go.mod</code> file.
311+
</p>
312+
303313
<p><!-- https://golang.org/issue/45713 -->
304314
The <code>go</code> command now supports a "Workspace" mode. If a
305315
<code>go.work</code> file is found in the working directory or a

0 commit comments

Comments
 (0)