diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-12-05 21:09:00 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-12-05 21:09:40 +0000 |
| commit | d29023a6119931b8023c8369c33d8efe41795d14 (patch) | |
| tree | 83ee0b3edeb65a7b31e17373a7f30954c00b0693 | |
| parent | 6e3b70c8698a775b7159870932c82c4bd4ff93eb (diff) | |
net/ooni-probe-cli: unpin the Go version number.
Reported by: go (adamw)
| -rw-r--r-- | net/ooni-probe-cli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
