We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fd2e7 commit 66d2718Copy full SHA for 66d2718
_content/ref/mod.md
@@ -632,8 +632,9 @@ The `toolchain` directive
632
only has an effect when the module is the main module and the default toolchain's
633
version is less than the suggested toolchain's version.
634
635
-For reproducibility, the `go` command writes its own toolchain name in a `toolchain` line any time
636
-it is updating the `go` version in the `go.mod` file (usually during `go get`).
+For Go <= 1.24, the `go` command writes its own toolchain name in a `toolchain` line any time
+it is updating the `go` version in the `go.mod` file (usually during `go get`) for reproducibility.
637
+As of Go 1.25 this is no longer the case.
638
639
For details, see “[Go toolchains](/doc/toolchain)”.
640
0 commit comments