mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-22 17:31:04 +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,
|
lib,
|
||||||
buildGoModule,
|
buildGo124Module,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
replaceVars,
|
replaceVars,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGo124Module rec {
|
||||||
pname = "govulncheck";
|
pname = "govulncheck";
|
||||||
version = "1.1.4";
|
version = "1.1.4";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue