summaryrefslogtreecommitdiffhomepage
path: root/pkg/procid/procid_amd64.s
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2019-10-29 13:17:01 -0700
committergVisor bot <gvisor-bot@google.com>2019-10-29 13:18:16 -0700
commitc0b8fd4b6a9fcb595f3200577b93d07737cfaacd (patch)
tree7af090e837750e4974cc622a58e94ad41fad9935 /pkg/procid/procid_amd64.s
parent2e00771d5abb3d821703965953c2b21ef7c20911 (diff)
Update build tags to allow Go 1.14
Currently there are no ABI changes. We should check again closer to release. PiperOrigin-RevId: 277349744
Diffstat (limited to 'pkg/procid/procid_amd64.s')
-rw-r--r--pkg/procid/procid_amd64.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/procid/procid_amd64.s b/pkg/procid/procid_amd64.s
index 30ec8e6e2..38cea9be3 100644
--- a/pkg/procid/procid_amd64.s
+++ b/pkg/procid/procid_amd64.s
@@ -14,7 +14,7 @@
// +build amd64
// +build go1.8
-// +build !go1.14
+// +build !go1.15
#include "textflag.h"