Skip to content

Commit

Permalink
dockerTools: unpin go version
Browse files Browse the repository at this point in the history
The linked PR has been merged, and in fact dockerTools has upgraded to the
latest `go1.11` compiler:

moby/moby#35739
moby/moby#37358
  • Loading branch information
bhipple committed Sep 9, 2018
1 parent 201ee19 commit 4d8bb9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -129,8 +129,7 @@ with pkgs;

digitalbitbox = libsForQt5.callPackage ../applications/misc/digitalbitbox { };

# go 1.9 pin until https://github.com/moby/moby/pull/35739
dockerTools = callPackage ../build-support/docker { go = go_1_9; };
dockerTools = callPackage ../build-support/docker { };

docker_compose = pythonPackages.docker_compose;

Expand Down

0 comments on commit 4d8bb9a

Please sign in to comment.