Skip to content

Commit 7867d6d

Browse files
committed
govulncheck: Use latest go
1 parent 8663637 commit 7867d6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/go/govulncheck/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
lib,
3-
buildGoModule,
3+
buildGo124Module,
44
fetchFromGitHub,
55
replaceVars,
66
}:
77

8-
buildGoModule rec {
8+
buildGo124Module rec {
99
pname = "govulncheck";
1010
version = "1.1.4";
1111

0 commit comments

Comments
 (0)