Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 May 2025 19:02:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        go@FreeBSD.org
Subject:   [Bug 285627] [NEW PORT] security/govulncheck: Reports known vulnerabilities that affect Go code
Message-ID:  <bug-285627-42334-8BV3M1Yia0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-285627-42334@https.bugs.freebsd.org/bugzilla/>
References:  <bug-285627-42334@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-285627-42334-8BV3M1Yia0>