File tree 1 file changed +14
-0
lines changed 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -287,6 +287,20 @@ <h4 id="go-get"><code>go</code> <code>get</code></h4>
287
287
and installs packages, as before.
288
288
</ p >
289
289
290
+ < h4 id ="go-mod-updates "> Automatic < code > go.mod</ code > and < code > go.sum</ code > updates</ h4 >
291
+
292
+ < p > <!-- https://go.dev/issue/45551 -->
293
+ The < code > go</ code > < code > mod</ code > < code > graph</ code > ,
294
+ < code > go</ code > < code > mod</ code > < code > vendor</ code > ,
295
+ < code > go</ code > < code > mod</ code > < code > verify</ code > , and
296
+ < code > go</ code > < code > mod</ code > < code > why</ code > subcommands
297
+ no longer automatically update the < code > go.mod</ code > and
298
+ < code > go.sum</ code > files.
299
+ (Those files can be updated explicitly using < code > go</ code > < code > get</ code > ,
300
+ < code > go</ code > < code > mod</ code > < code > tidy</ code > , or
301
+ < code > go</ code > < code > mod</ code > < code > download</ code > .)
302
+ </ p >
303
+
290
304
< h4 id ="go-version "> < code > go</ code > < code > version</ code > </ h4 >
291
305
292
306
< p > <!-- golang.org/issue/37475 -->
You can’t perform that action at this time.
0 commit comments