Skip to content

Commit

Permalink
_content/ref: modules, correct statement on recording build metadata
Browse files Browse the repository at this point in the history
Fixes golang/go#64652

Change-Id: Ie258e109053258e3bf214f75809ce9e26ede3636
Reviewed-on: https://go-review.googlesource.com/c/website/+/553156
Reviewed-by: Michael Matloob <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Cherry Mui <[email protected]>
  • Loading branch information
seankhliao authored and matloob committed Aug 28, 2024
1 parent 6f622f4 commit f3d3bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _content/ref/mod.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ compatible with previous versions.
the corresponding release versions. For example, `v1.2.3-pre` comes before
`v1.2.3`.
* The build metadata suffix is ignored for the purpose of comparing versions.
Tags with build metadata are ignored in version control repositories, but
build metadata is preserved in versions specified in `go.mod` files. The
The go command accepts versions with build metadata and converts them to
pseudo-versions to maintain the total ordering between versions. The special
suffix `+incompatible` denotes a version released before migrating to modules
version major version 2 or later (see [Compatibility with non-module
repositories](#non-module-compat)).
Expand Down

0 comments on commit f3d3bc6

Please sign in to comment.