git: d29023a61199 - main - net/ooni-probe-cli: unpin the Go version number.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Dec 2025 21:09:45 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d29023a6119931b8023c8369c33d8efe41795d14
commit d29023a6119931b8023c8369c33d8efe41795d14
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-05 21:09:00 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-05 21:09:40 +0000
net/ooni-probe-cli: unpin the Go version number.
Reported by: go (adamw)
---
net/ooni-probe-cli/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ooni-probe-cli/Makefile b/net/ooni-probe-cli/Makefile
index 42629c8cbafb..b4aade529978 100644
--- a/net/ooni-probe-cli/Makefile
+++ b/net/ooni-probe-cli/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
-USES= go:1.24,modules
+USES= go:modules
GO_MODULE= github.com/ooni/probe-cli/v3
GO_TARGET= ./cmd/ooniprobe