govulncheck: Use latest go

This commit is contained in:
Jimmi Dyson 2025-02-24 10:56:42 +00:00
parent 8663637b53
commit 7867d6d5f6
No known key found for this signature in database
GPG key ID: 5C3F65DC3335E462

View file

@ -1,11 +1,11 @@
{
lib,
buildGoModule,
buildGo124Module,
fetchFromGitHub,
replaceVars,
}:
buildGoModule rec {
buildGo124Module rec {
pname = "govulncheck";
version = "1.1.4";