envoy: Downgrade go to 1.20

The build of envoy-deps currently fails with go 1.21 since the go.env file
is missing inside of the Bazel go SDK repository.
This commit is contained in:
Claudio Bley 2023-10-27 08:25:26 +02:00
parent 932ee614a4
commit 4212f80720

View file

@ -26343,6 +26343,7 @@ with pkgs;
engelsystem = callPackage ../servers/web-apps/engelsystem { php = php81; };
envoy = callPackage ../servers/http/envoy {
go = go_1_20;
jdk = openjdk11_headless;
gn = gn1924;
};