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
(cherry picked from commit 4d8bb9a)
  • Loading branch information
bhipple authored and andir committed Jan 30, 2019
1 parent 2380696 commit f39fb7b
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 f39fb7b

Please sign in to comment.