Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Dec 2025 21:09:45 +0000
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d29023a61199 - main - net/ooni-probe-cli: unpin the Go version number.
Message-ID:  <69334a19.3057c.26500885@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69334a19.3057c.26500885>