cloudflared: use go 1.20, 1.21 is too new

This commit is contained in:
misuzu 2023-10-27 22:46:03 +03:00
parent 37c290f020
commit 6910577a70

View File

@ -4678,7 +4678,10 @@ with pkgs;
cloudbrute = callPackage ../tools/security/cloudbrute { };
cloudflared = callPackage ../applications/networking/cloudflared { };
cloudflared = callPackage ../applications/networking/cloudflared {
# https://github.com/cloudflare/cloudflared/issues/1054
buildGoModule = buildGo120Module;
};
cloudflare-dyndns = callPackage ../applications/networking/cloudflare-dyndns { };