Merge pull request #263841 from misuzu/cloudflared-fix

cloudflared: use go 1.20, 1.21 is too new
This commit is contained in:
Weijia Wang 2023-10-28 00:20:08 +02:00 committed by GitHub
commit 77fde6662d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4680,7 +4680,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 { };