diff options
author | Michael Pratt <mpratt@google.com> | 2020-08-24 12:56:58 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-24 12:58:39 -0700 |
commit | ab6c474210cca380e8e6504bb2368b077f50ceae (patch) | |
tree | a43fac1cbf73a1f40a18fdedd5652f21c5ce240d /pkg/syncevent | |
parent | 339d266be4b2043b01ab0db43cafc36785e9978b (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/syncevent')
-rw-r--r-- | pkg/syncevent/waiter_unsafe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/syncevent/waiter_unsafe.go b/pkg/syncevent/waiter_unsafe.go index ad271e1a0..518f18479 100644 --- a/pkg/syncevent/waiter_unsafe.go +++ b/pkg/syncevent/waiter_unsafe.go @@ -13,7 +13,7 @@ // limitations under the License. // +build go1.11 -// +build !go1.16 +// +build !go1.17 // Check go:linkname function signatures when updating Go version. |