We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a06e9 commit e59d553Copy full SHA for e59d553
_content/doc/toolchain.md
@@ -263,6 +263,10 @@ Running `go version` prints the selected Go toolchain's version
263
264
Running `GOTOOLCHAIN=local go version` prints the bundled Go toolchain's version.
265
266
+Starting in Go 1.24, you can trace the `go` command's toolchain selection process
267
+by adding `toolchaintrace=1` to the `GODEBUG` environment variable when you run the
268
+`go` command.
269
+
270
## Go toolchain switches {#switch}
271
272
For most commands, the workspace's `go.work` or the main module's `go.mod`
0 commit comments