dockerTools: unpin go version

The linked PR has been merged, and in fact dockerTools has upgraded to the
latest `go1.11` compiler:

https://github.com/moby/moby/pull/35739
https://github.com/moby/moby/pull/37358
This commit is contained in:
Benjamin Hipple 2018-09-09 11:20:07 -04:00
parent 201ee19758
commit 4d8bb9a34a

View File

@ -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;