diff --git a/_content/ref/mod.md b/_content/ref/mod.md index c75a60ca3b..04c6a4f9c6 100644 --- a/_content/ref/mod.md +++ b/_content/ref/mod.md @@ -632,8 +632,9 @@ The `toolchain` directive only has an effect when the module is the main module and the default toolchain's version is less than the suggested toolchain's version. -For reproducibility, 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 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. +As of Go 1.25 this is no longer the case. For details, see “[Go toolchains](/doc/toolchain)”.