Skip to content

Commit 12ea4f7

Browse files
committed
doc/next: add release note for new toolchain line behavior
The go command will now no longer update the toolchain line implicitly to the local toolchain version when updating the go line. Document that in a release note. For #65847 Change-Id: I4e970d881a43c22292fe9fa65a9835d0214ef7bf Reviewed-on: https://go-review.googlesource.com/c/go/+/657178 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Alan Donovan <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent f3c69c2 commit 12ea4f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/next/3-tools.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,11 @@ These new error reports may be disabled by setting
1010
`ASAN_OPTIONS=detect_leaks=0` in the environment when running the
1111
program.
1212

13+
<!-- go.dev/issue/65847 -->
14+
15+
When the go command updates the `go` line in a `go.mod` or `go.work` file,
16+
it [no longer](/ref/mod#go-mod-file-toolchain) adds a toolchain line
17+
specifying the command's current version.
18+
1319
### Cgo {#cgo}
1420

0 commit comments

Comments
 (0)