traefik: build with go 1.14

See containous/traefik#7234, containous/traefik#7169
This commit is contained in:
Maxine E. Aubrey 2020-09-09 18:12:14 +02:00
parent d7fade20b5
commit 1db7f64597
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -1511,7 +1511,10 @@ in
caddy = callPackage ../servers/caddy { buildGoModule = buildGo114Module; }; # https://github.com/lucas-clemente/quic-go/issues/2614
caddy1 = callPackage ../servers/caddy/v1.nix { buildGoModule = buildGo114Module; };
traefik = callPackage ../servers/traefik { };
# Traefik 2.2 uses go1.14, pinning can be removed with 2.3
# https://github.com/containous/traefik/issues/7234#issuecomment-684950612
traefik = callPackage ../servers/traefik { buildGoModule = buildGo114Module; };
calamares = libsForQt514.callPackage ../tools/misc/calamares {
python = python3;