Commit b1c8753 1 parent ecff505 commit b1c8753 Copy full SHA for b1c8753
File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -300,6 +300,16 @@ <h3 id="go-command">Go command</h3>
300
300
option < code > -fsanitize=address</ code > ).
301
301
</ p >
302
302
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
+
303
313
< p > <!-- https://golang.org/issue/45713 -->
304
314
The < code > go</ code > command now supports a "Workspace" mode. If a
305
315
< code > go.work</ code > file is found in the working directory or a
You can’t perform that action at this time.
0 commit comments