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