Skip to content

Commit 2b5f76c

Browse files
committed
Merge pull request #12397 from zchee:fix-go126-build-constraints
PiperOrigin-RevId: 854359370
2 parents 2773a02 + ecdf845 commit 2b5f76c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkg/sync/runtime_constants_go125.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
// limitations under the License.
1414

1515
// https://go.dev/cl/670497 (1.25) adds a new wait reason, adjusting the value of waitReasonSemacquire.
16-
//go:build go1.25
16+
// 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
1718

1819
package sync
1920

0 commit comments

Comments
 (0)