From f80a857a4f5f57908c64a22f5de0e07df722227d Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Thu, 18 Feb 2021 15:29:15 -0800 Subject: Bump build constraints to Go 1.18 These are bumped to allow early testing of Go 1.17. Use will be audited closer to the 1.17 release. PiperOrigin-RevId: 358278615 --- pkg/procid/procid_amd64.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/procid/procid_amd64.s') diff --git a/pkg/procid/procid_amd64.s b/pkg/procid/procid_amd64.s index a45920040..c4307c523 100644 --- a/pkg/procid/procid_amd64.s +++ b/pkg/procid/procid_amd64.s @@ -14,7 +14,7 @@ // +build amd64 // +build go1.8 -// +build !go1.17 +// +build !go1.18 #include "textflag.h" -- cgit v1.2.3