Skip to content

Commit

Permalink
_content/doc: add release notes for toolchaintrace
Browse files Browse the repository at this point in the history
For: golang/go#63939
Updates: golang/go#68545
Change-Id: I1ee3eae7dd93e09350ebc2febe19535adbbf8a76
Reviewed-on: https://go-review.googlesource.com/c/website/+/634275
Auto-Submit: Sam Thanawalla <[email protected]>
Reviewed-by: Michael Matloob <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
samthanawalla authored and gopherbot committed Dec 11, 2024
1 parent 193b880 commit 6ec293f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _content/doc/go1.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ If no local VCS tag is available, a pseudo-version will be generated.
A +dirty suffix will be appended if there are uncommitted VCS changes present.
Use the `-buildvcs=false` flag to omit version control information from the binary.

<!-- go.dev/issue/63939 -->

The new [GODEBUG setting](/doc/godebug) [`toolchaintrace=1`](/doc/toolchain#select)
can be used to trace the `go` command's toolchain selection process.

### Cgo {#cgo}

<!-- go.dev/issue/56378, CL 579955 -->
Expand Down

0 comments on commit 6ec293f

Please sign in to comment.