summaryrefslogtreecommitdiffhomepage
path: root/pkg/procid
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2020-05-29 15:40:06 -0700
committergVisor bot <gvisor-bot@google.com>2020-05-29 15:44:07 -0700
commit65569cfca08a99e3700108cec64f3aa443c357b0 (patch)
tree412e3463dbfcf747058b89ff499d6643633de94b /pkg/procid
parent790811f75783cd3cb82b6aba5e8152129b2d1d4d (diff)
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
Diffstat (limited to 'pkg/procid')
-rw-r--r--pkg/procid/procid_amd64.s2
-rw-r--r--pkg/procid/procid_arm64.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/procid/procid_amd64.s b/pkg/procid/procid_amd64.s
index 38cea9be3..7c622e5d7 100644
--- a/pkg/procid/procid_amd64.s
+++ b/pkg/procid/procid_amd64.s
@@ -14,7 +14,7 @@
// +build amd64
// +build go1.8
-// +build !go1.15
+// +build !go1.16
#include "textflag.h"
diff --git a/pkg/procid/procid_arm64.s b/pkg/procid/procid_arm64.s
index 4f4b70fef..48ebb5fd1 100644
--- a/pkg/procid/procid_arm64.s
+++ b/pkg/procid/procid_arm64.s
@@ -14,7 +14,7 @@
// +build arm64
// +build go1.8
-// +build !go1.15
+// +build !go1.16
#include "textflag.h"