From dbc2a5986de5f3329ff5e85d35d87143f40ddf5b Mon Sep 17 00:00:00 2001 From: Leon Klingele Date: Thu, 14 Aug 2025 09:16:02 +0200 Subject: [PATCH] _content/ref/mod: remove old notice on go adding a toolchain directive Since Go 1.25 this is no longer the case. See also https://go.dev/doc/go1.25#go-command. For golang/go#65857 --- _content/ref/mod.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/_content/ref/mod.md b/_content/ref/mod.md index c75a60ca3b..3380b8c458 100644 --- a/_content/ref/mod.md +++ b/_content/ref/mod.md @@ -632,9 +632,6 @@ 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 details, see “[Go toolchains](/doc/toolchain)”. ```