From fd74167ec255ee66fb4445a1b7f48c050549dd4e Mon Sep 17 00:00:00 2001 From: Cholerae Hu Date: Thu, 8 Dec 2022 23:42:58 +0800 Subject: [PATCH] pid: support Go 1.20 Signed-off-by: Cholerae Hu --- p_m_go1.19.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p_m_go1.19.go b/p_m_go1.19.go index 04fe151..7529b8b 100644 --- a/p_m_go1.19.go +++ b/p_m_go1.19.go @@ -13,8 +13,8 @@ // permissions and limitations under the License. See the AUTHORS file // for names of contributors. -//go:build gc && go1.19 && !go1.20 -// +build gc,go1.19,!go1.20 +//go:build gc && go1.19 && !go1.21 +// +build gc,go1.19,!go1.21 package goid