go: make 1.6 default

This commit is contained in:
rushmorem
2016-06-09 21:32:37 +02:00
parent 0e262f52f3
commit 2a258d13ad
+1 -1
View File
@@ -4549,7 +4549,7 @@ in
inherit (darwin.apple_sdk.frameworks) Security Foundation;
};
go = self.go_1_5;
go = self.go_1_6;
go-repo-root = (callPackage ../development/tools/go-repo-root { }).bin;