govulncheck: Build with latest go (#433684)

This commit is contained in:
Ramses
2025-08-15 23:56:05 +02:00
committed by GitHub
+2 -2
View File
@@ -1,11 +1,11 @@
{
lib,
buildGo124Module,
buildGoLatestModule,
fetchFromGitHub,
replaceVars,
}:
buildGo124Module rec {
buildGoLatestModule rec {
pname = "govulncheck";
version = "1.1.4";