git: c30292d87e46 - main - textproc/zed: use the default Go version for building.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Jan 2026 15:55:12 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c30292d87e46493506604b9386ca5148964f01cb
commit c30292d87e46493506604b9386ca5148964f01cb
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-01-01 15:52:41 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-01-01 15:55:06 +0000
textproc/zed: use the default Go version for building.
Light run-time testing by myself.
Reported by: vvd
---
textproc/zed/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/textproc/zed/Makefile b/textproc/zed/Makefile
index 359c8c2cb1ed..f0e1eea5deb3 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,1.21
+USES= go:modules
GO_MODULE?= github.com/brimdata/zed
GO_PKGNAME?= github.com/brimdata/zed/cmd/zed