labctl: pin to go1.20

This commit is contained in:
Aaron Jheng 2023-11-15 11:23:52 +00:00
parent 75fbff2576
commit d9b73b166b
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -2527,7 +2527,9 @@ with pkgs;
lab = callPackage ../applications/version-management/lab { };
labctl = callPackage ../tools/networking/labctl { };
labctl = callPackage ../tools/networking/labctl {
buildGoModule = buildGo120Module;
};
lefthook = callPackage ../applications/version-management/lefthook { };