safe: pin to go 1.17

This commit is contained in:
Sandro Jäckel
2022-07-15 23:51:07 +02:00
committed by Sandro Jäckel
parent 6551082aae
commit 4ac04d0187
+3 -1
View File
@@ -10318,7 +10318,9 @@ with pkgs;
sacd = callPackage ../tools/cd-dvd/sacd { };
safe = callPackage ../tools/security/safe { };
safe = callPackage ../tools/security/safe {
buildGoModule = buildGo117Module;
};
safety-cli = with python3.pkgs; toPythonApplication safety;