mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
govulncheck: Use latest go
This commit is contained in:
parent
8663637b53
commit
7867d6d5f6
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
buildGo124Module,
|
||||
fetchFromGitHub,
|
||||
replaceVars,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
buildGo124Module rec {
|
||||
pname = "govulncheck";
|
||||
version = "1.1.4";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue