[Bug 285627] [NEW PORT] security/govulncheck: Reports known vulnerabilities that affect Go code

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 08 May 2025 19:02:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285627

--- Comment #20 from Nuno Teixeira <eduardo@FreeBSD.org> ---
(In reply to Einar Bjarni Halldórsson from comment #19)

Also, you will have to raise go dep version in port USES=go: >=1.22,... because
of:

https://go.googlesource.com/vuln/+/refs/tags/v1.1.4/go.mod
```
module golang.org/x/vuln
go 1.22.0

<snip>
```
this way we avoid extra go building.

-- 
You are receiving this mail because:
You are on the CC list for the bug.