Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8d81234

Browse files
committedMar 4, 2019
go_1_12: set meta.branch to 1.12
1 parent aa4f5cc commit 8d81234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/compilers/go/1.12.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ stdenv.mkDerivation rec {
234234
disallowedReferences = [ goBootstrap ];
235235

236236
meta = with stdenv.lib; {
237-
branch = "1.11";
237+
branch = "1.12";
238238
homepage = http://golang.org/;
239239
description = "The Go Programming language";
240240
license = licenses.bsd3;

0 commit comments

Comments
 (0)
Please sign in to comment.