go: buildGoPackage: 1.8 -> 1.9

This commit is contained in:
Orivej Desh 2017-09-10 08:24:10 +00:00
parent 07d2a5b412
commit 2be4d53faa

View file

@ -11121,7 +11121,7 @@ with pkgs;
go = go_1_9;
};
buildGoPackage = buildGo18Package;
buildGoPackage = buildGo19Package;
go2nix = callPackage ../development/tools/go2nix { };