We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1518638 commit 206d6d7Copy full SHA for 206d6d7
_content/ref/mod.md
@@ -534,7 +534,7 @@ major version. Individual minor and patch versions cannot be deprecated;
534
### `go` directive {#go-mod-file-go}
535
536
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),
+given version of Go. The version must be a valid [Go version](/doc/toolchain#version),
538
such as `1.9`, `1.14`, or `1.21rc1`.
539
540
The `go` directive sets the minimum version of Go required to use this module.
0 commit comments