From 65569cfca08a99e3700108cec64f3aa443c357b0 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Fri, 29 May 2020 15:40:06 -0700 Subject: Update Go version build tags None of the dependencies have changed in 1.15. It may be possible to simplify some of the wrappers in rawfile following 1.13, but that can come in a later change. PiperOrigin-RevId: 313863264 --- pkg/sync/rwmutex_unsafe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/sync/rwmutex_unsafe.go') diff --git a/pkg/sync/rwmutex_unsafe.go b/pkg/sync/rwmutex_unsafe.go index ea6cdc447..995c0346e 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.15 +// +build !go1.16 // Check go:linkname function signatures when updating Go version. -- cgit v1.2.3