Merge pull request #267636 from aaronjheng/goconvey

goconvey: pin to go1.20
This commit is contained in:
Mario Rodas 2023-11-15 07:33:07 -05:00 committed by GitHub
commit 189f8bc4bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28378,7 +28378,9 @@ with pkgs;
goconst = callPackage ../development/tools/goconst { };
goconvey = callPackage ../development/tools/goconvey { };
goconvey = callPackage ../development/tools/goconvey {
buildGoModule = buildGo120Module;
};
go-callvis = callPackage ../development/tools/go-callvis { };