diff options
author | Michael Pratt <mpratt@google.com> | 2018-08-28 09:20:17 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-08-28 09:22:41 -0700 |
commit | 25a8e13a78ad6418a1798ec419a1b5ab2116a7f8 (patch) | |
tree | 978c4dadff99c18e6d4ee34eaf62cc9390aaf050 /pkg/sentry | |
parent | d08ccdaaad0ff00622321957aa01cac149741005 (diff) |
Bump to Go 1.11
The procid offset is unchanged.
PiperOrigin-RevId: 210551969
Change-Id: I33ba1ce56c2f5631b712417d870aa65ef24e6022
Diffstat (limited to 'pkg/sentry')
-rw-r--r-- | pkg/sentry/platform/procid/procid_amd64.s | 2 |
1 files changed, 1 insertions, 1 deletions
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" |