git: aa48b081336f - main - textproc/zed: Requires go >= 1.12

From: Koichiro Iwao <meta_at_FreeBSD.org>
Date: Tue, 14 Nov 2023 13:37:06 UTC
The branch main has been updated by meta:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aa48b081336fe4a9466f5b32f36c9b772914a2cb

commit aa48b081336fe4a9466f5b32f36c9b772914a2cb
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2023-11-14 13:36:29 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2023-11-14 13:36:29 +0000

    textproc/zed: Requires go >= 1.12
---
 textproc/zed/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/zed/Makefile b/textproc/zed/Makefile
index 70a34d8b6dce..769ce4d1ceca 100644
--- a/textproc/zed/Makefile
+++ b/textproc/zed/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BROKEN_i386=	fails to build: cannot use math.MaxUint32 (untyped int constant 4294967295) as int value in assignment (overflows)
 
-USES=		go:modules
+USES=		go:modules,1.21
 
 GO_MODULE?=	github.com/brimdata/zed
 GO_PKGNAME?=	github.com/brimdata/zed/cmd/zed