summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/procid
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2019-02-28 16:25:14 -0800
committerShentubot <shentubot@google.com>2019-02-28 16:26:14 -0800
commitf7df9d72cf1d10922ff5a55ef5664b4325439ef5 (patch)
treeb96d525992f1ef486054fdbb1597a78b5793215d /pkg/sentry/platform/procid
parent383078688353feb4ae3714aa4b1d79aea519f7a4 (diff)
Upgrade to Go 1.12
PiperOrigin-RevId: 236218980 Change-Id: I82cb4aeb2a56524ee1324bfea2ad41dce26db354
Diffstat (limited to 'pkg/sentry/platform/procid')
-rw-r--r--pkg/sentry/platform/procid/procid_amd64.s2
-rw-r--r--pkg/sentry/platform/procid/procid_arm64.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/sentry/platform/procid/procid_amd64.s b/pkg/sentry/platform/procid/procid_amd64.s
index fd88ce82e..ef3439c03 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.12
+// +build !go1.13
#include "textflag.h"
diff --git a/pkg/sentry/platform/procid/procid_arm64.s b/pkg/sentry/platform/procid/procid_arm64.s
index be65d0db0..02e907b6b 100644
--- a/pkg/sentry/platform/procid/procid_arm64.s
+++ b/pkg/sentry/platform/procid/procid_arm64.s
@@ -14,7 +14,7 @@
// +build arm64
// +build go1.8
-// +build !go1.12
+// +build !go1.13
#include "textflag.h"