govulncheck: Use latest go (#384736)

This commit is contained in:
Sandro
2025-02-27 18:29:34 +01:00
committed by GitHub
+2 -2
View File
@@ -1,11 +1,11 @@
{
lib,
buildGoModule,
buildGo124Module,
fetchFromGitHub,
replaceVars,
}:
buildGoModule rec {
buildGo124Module rec {
pname = "govulncheck";
version = "1.1.4";