cloudflared: use go 1.20, 1.21 is too new
This commit is contained in:
parent
37c290f020
commit
6910577a70
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user