go-tools: pin go to 1.22
This commit is contained in:
@@ -28094,7 +28094,9 @@ with pkgs;
|
||||
|
||||
goverview = callPackage ../tools/security/goverview { };
|
||||
|
||||
go-tools = callPackage ../development/tools/go-tools { };
|
||||
go-tools = callPackage ../development/tools/go-tools {
|
||||
buildGoModule = buildGo122Module;
|
||||
};
|
||||
|
||||
gotest = callPackage ../development/tools/gotest { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user