Unverified Commit c9395fbf authored by Ramses's avatar Ramses Committed by GitHub
Browse files

govulncheck: Build with latest go (#433684)

parents f7e150f4 90590b2e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  lib,
  buildGo124Module,
  buildGoLatestModule,
  fetchFromGitHub,
  replaceVars,
}:

buildGo124Module rec {
buildGoLatestModule rec {
  pname = "govulncheck";
  version = "1.1.4";