cosign: pin to go 1.17

This commit is contained in:
Sandro Jäckel 2022-06-30 00:34:48 +02:00
parent 00c238249e
commit 9218033175
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -2244,6 +2244,7 @@ with pkgs;
cosign = callPackage ../tools/security/cosign {
inherit (darwin.apple_sdk.frameworks) PCSC;
buildGoModule = buildGo117Module;
};
cozy = callPackage ../applications/audio/cozy { };