From c0b8fd4b6a9fcb595f3200577b93d07737cfaacd Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Tue, 29 Oct 2019 13:17:01 -0700 Subject: Update build tags to allow Go 1.14 Currently there are no ABI changes. We should check again closer to release. PiperOrigin-RevId: 277349744 --- third_party/gvsync/downgradable_rwmutex_unsafe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/gvsync/downgradable_rwmutex_unsafe.go') 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. -- cgit v1.2.3