safe: unpin go1.17

This commit is contained in:
Aaron Jheng
2022-10-03 14:51:01 +10:00
committed by zowoq
parent fca5427594
commit 978895272f
+1 -4
View File
@@ -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;