We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e450b commit 797141eCopy full SHA for 797141e
doc/next/3-tools.md
@@ -49,6 +49,13 @@ with no other arguments. Such calls are nearly always a mistake
49
as the value of `s` may contain the `%` symbol; use `fmt.Print` instead.
50
See [#60529](/issue/60529).
51
52
+<!-- go.dev/issue/64127 -->
53
+The existing `buildtag` analyzer now reports a diagnostic when
54
+there is an invalid Go [major version build constraint](/pkg/cmd/go#hdr-Build_constraints)
55
+within a `//go:build` directive. For example, `//go:build go1.23.1` refers to
56
+a point release; use `//go:build go1.23` instead.
57
+See [#64127](/issue/64127).
58
+
59
<!-- go.dev/issue/66387 -->
60
The existing `copylock` analyzer now reports a diagnostic when a
61
variable declared in a 3-clause "for" loop such as
0 commit comments