Merge pull request #267651 from aaronjheng/labctl
labctl: pin to go1.20
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user