govulncheck: Build with latest go

Govulncheck should always be built with latest available version of Go.
This commit is contained in:
Jimmi Dyson
2025-08-14 15:11:19 +01:00
parent e188c6b0d8
commit 90590b2e03
+2 -2
View File
@@ -1,11 +1,11 @@
{
lib,
buildGo124Module,
buildGoLatestModule,
fetchFromGitHub,
replaceVars,
}:
buildGo124Module rec {
buildGoLatestModule rec {
pname = "govulncheck";
version = "1.1.4";