[Bug 292329] security/netbird: Update to 0.62.2
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292329] security/netbird: Update to 0.62.2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Jan 2026 21:26:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292329
Vladimir Druzenko <vvd@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|ports-bugs@FreeBSD.org |vvd@FreeBSD.org
CC| |vvd@FreeBSD.org
Status|New |In Progress
--- Comment #1 from Vladimir Druzenko <vvd@FreeBSD.org> ---
go: go.mod requires go >= 1.25 (running go 1.24.11; GOTOOLCHAIN=local)
*** Error code 1
Fix:
-USES= go:modules
+USES= go:1.25+,modules
--
You are receiving this mail because:
You are the assignee for the bug.