Merge pull request #229338 from marsam/brev-cli-go-1.19

brev-cli: build with Go 1.20
This commit is contained in:
Mario Rodas 2023-05-01 17:46:21 -05:00 committed by GitHub
commit f4e7ad8c9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -338,9 +338,7 @@ with pkgs;
breakpad = callPackage ../development/misc/breakpad { };
brev-cli = callPackage ../development/misc/brev-cli {
buildGoModule = buildGo118Module; # build fails with 1.19
};
brev-cli = callPackage ../development/misc/brev-cli { };
buf = callPackage ../development/tools/buf { };