diff --git a/doc/go1.18.html b/doc/go1.18.html index 9cb3cae20d..2ec5fae8c7 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -250,6 +250,15 @@ Do not send CLs removing the interior tags from such phrases. package.

+

+ The underlying data format of the embedded build information can change with + new go releases, so an older version of go may not handle the + build information produced with a newer version of go. + To read the version information from a binary built with go 1.18, + use the go version command and the + debug/buildinfo package from go 1.18+. +

+

If the main module's go.mod file specifies go 1.17