From 25a8e13a78ad6418a1798ec419a1b5ab2116a7f8 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Tue, 28 Aug 2018 09:20:17 -0700 Subject: Bump to Go 1.11 The procid offset is unchanged. PiperOrigin-RevId: 210551969 Change-Id: I33ba1ce56c2f5631b712417d870aa65ef24e6022 --- pkg/sentry/platform/procid/procid_amd64.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/sentry/platform') diff --git a/pkg/sentry/platform/procid/procid_amd64.s b/pkg/sentry/platform/procid/procid_amd64.s index ead4e3d91..5b1ba1f24 100644 --- a/pkg/sentry/platform/procid/procid_amd64.s +++ b/pkg/sentry/platform/procid/procid_amd64.s @@ -14,7 +14,7 @@ // +build amd64 // +build go1.8 -// +build !go1.11 +// +build !go1.12 #include "textflag.h" -- cgit v1.2.3