Commit 97889527 authored by Aaron Jheng's avatar Aaron Jheng Committed by zowoq
Browse files

safe: unpin go1.17

parent fca54275
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -10882,10 +10882,7 @@ with pkgs;
  sacd = callPackage ../tools/cd-dvd/sacd { };
  safe = callPackage ../tools/security/safe {
    # pinned due to build failure or vendoring problems. When unpinning double check with: nix-build -A $name.go-modules --rebuild
    buildGoModule = buildGo117Module;
  };
  safe = callPackage ../tools/security/safe { };
  safety-cli = with python3.pkgs; toPythonApplication safety;