Skip to content

Commit b1c2f44

Browse files
rscgopherbot
authored andcommitted
_content/ref/mod: fix wording error
The text says "Go release version" but should say "Go version". Fixes golang/go#62707. Change-Id: I95f6f95088cd99fdadaa57d301083d484979cdb0 Reviewed-on: https://go-review.googlesource.com/c/website/+/530680 Reviewed-by: Bryan Mills <[email protected]> Auto-Submit: Russ Cox <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent ab35c9f commit b1c2f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _content/ref/mod.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ major version. Individual minor and patch versions cannot be deprecated;
534534
### `go` directive {#go-mod-file-go}
535535

536536
A `go` directive indicates that a module was written assuming the semantics of a
537-
given version of Go. The version must be a valid [Go release version](/doc/toolchain#version),
537+
given version of Go. The version must be a valid [Go version](/doc/toolchain#version),
538538
such as `1.9`, `1.14`, or `1.21rc1`.
539539

540540
The `go` directive sets the minimum version of Go required to use this module.

0 commit comments

Comments
 (0)