diff options
author | Michael Pratt <mpratt@google.com> | 2019-10-29 13:17:01 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-29 13:18:16 -0700 |
commit | c0b8fd4b6a9fcb595f3200577b93d07737cfaacd (patch) | |
tree | 7af090e837750e4974cc622a58e94ad41fad9935 /third_party/gvsync/downgradable_rwmutex_unsafe.go | |
parent | 2e00771d5abb3d821703965953c2b21ef7c20911 (diff) |
Update build tags to allow Go 1.14
Currently there are no ABI changes. We should check again closer to release.
PiperOrigin-RevId: 277349744
Diffstat (limited to 'third_party/gvsync/downgradable_rwmutex_unsafe.go')
-rw-r--r-- | third_party/gvsync/downgradable_rwmutex_unsafe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gvsync/downgradable_rwmutex_unsafe.go b/third_party/gvsync/downgradable_rwmutex_unsafe.go index 1f6007aa1..b7862d185 100644 --- a/third_party/gvsync/downgradable_rwmutex_unsafe.go +++ b/third_party/gvsync/downgradable_rwmutex_unsafe.go @@ -4,7 +4,7 @@ // license that can be found in the LICENSE file. // +build go1.12 -// +build !go1.14 +// +build !go1.15 // Check go:linkname function signatures when updating Go version. |