docker: pin go to 1.9
This is the version used upstream, see: https://github.com/moby/moby/pull/35739
This commit is contained in:
parent
be5090fa52
commit
d61a632461
|
@ -14925,7 +14925,8 @@ with pkgs;
|
||||||
dmtx-utils = callPackage (callPackage ../tools/graphics/dmtx-utils) {
|
dmtx-utils = callPackage (callPackage ../tools/graphics/dmtx-utils) {
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit (callPackage ../applications/virtualization/docker { })
|
# go 1.9 pin until https://github.com/moby/moby/pull/35739
|
||||||
|
inherit (callPackage ../applications/virtualization/docker { go = go_1_9; })
|
||||||
docker_17_12
|
docker_17_12
|
||||||
docker_18_02;
|
docker_18_02;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue