We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2773a02 + ecdf845 commit 2b5f76cCopy full SHA for 2b5f76c
1 file changed
pkg/sync/runtime_constants_go125.go
@@ -13,7 +13,8 @@
13
// limitations under the License.
14
15
// https://go.dev/cl/670497 (1.25) adds a new wait reason, adjusting the value of waitReasonSemacquire.
16
-//go:build go1.25
+// https://go.dev/cl/688335 (1.26) reorders waitreason runtime constants, adjusting the values of waitReasonSemacquire et al.
17
+//go:build go1.25 && !go1.26
18
19
package sync
20
0 commit comments