diff options
author | Michael Pratt <mpratt@google.com> | 2020-08-24 12:56:58 -0700 |
---|---|---|
committer | Andrei Vagin <avagin@gmail.com> | 2020-09-09 17:53:10 -0700 |
commit | 7eb284eca20b46570c3bd4e9a49113ac5165afbd (patch) | |
tree | a43fac1cbf73a1f40a18fdedd5652f21c5ce240d /pkg/sync/rwmutex_unsafe.go | |
parent | 901de6dc776c00bbdd60c12e800c6b10839b1466 (diff) |
Bump build constraints to 1.17
This enables pre-release testing with 1.16. The intention is to replace these
with a nogo check before the next release.
PiperOrigin-RevId: 328193911
Diffstat (limited to 'pkg/sync/rwmutex_unsafe.go')
-rw-r--r-- | pkg/sync/rwmutex_unsafe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sync/rwmutex_unsafe.go b/pkg/sync/rwmutex_unsafe.go index 995c0346e..b3b4dee78 100644 --- a/pkg/sync/rwmutex_unsafe.go +++ b/pkg/sync/rwmutex_unsafe.go @@ -4,7 +4,7 @@ // license that can be found in the LICENSE file. // +build go1.13 -// +build !go1.16 +// +build !go1.17 // Check go:linkname function signatures when updating Go version. |