go: buildGoPackage: 1.8 -> 1.9

This commit is contained in:
Orivej Desh
2017-09-28 10:28:20 +00:00
parent 07d2a5b412
commit 2be4d53faa
+1 -1
View File
@@ -11121,7 +11121,7 @@ with pkgs;
go = go_1_9;
};
buildGoPackage = buildGo18Package;
buildGoPackage = buildGo19Package;
go2nix = callPackage ../development/tools/go2nix { };