Skip to content

Commit 4d8bb9a

Browse files
committed
dockerTools: unpin go version
The linked PR has been merged, and in fact dockerTools has upgraded to the latest `go1.11` compiler: moby/moby#35739 moby/moby#37358
1 parent 201ee19 commit 4d8bb9a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ with pkgs;
129129

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

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

135134
docker_compose = pythonPackages.docker_compose;
136135

0 commit comments

Comments
 (0)