Skip to content

Commit dbc2a59

Browse files
committed
_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
1 parent 0765603 commit dbc2a59

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

_content/ref/mod.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -632,9 +632,6 @@ The `toolchain` directive
632632
only has an effect when the module is the main module and the default toolchain's
633633
version is less than the suggested toolchain's version.
634634

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`).
637-
638635
For details, see “[Go toolchains](/doc/toolchain)”.
639636

640637
```

0 commit comments

Comments
 (0)