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 --- pkg/sleep/sleep_unsafe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/sleep/sleep_unsafe.go') diff --git a/pkg/sleep/sleep_unsafe.go b/pkg/sleep/sleep_unsafe.go index 8f5e60a25..acbf0229b 100644 --- a/pkg/sleep/sleep_unsafe.go +++ b/pkg/sleep/sleep_unsafe.go @@ -13,7 +13,7 @@ // limitations under the License. // +build go1.11 -// +build !go1.14 +// +build !go1.15 // Check go:linkname function signatures when updating Go version. -- cgit v1.2.3