envoy: switch to go_1_17

This commit is contained in:
Colin 2022-01-29 19:59:25 -05:00 committed by GitHub
parent 709f7b3c61
commit 454006f6fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21022,7 +21022,7 @@ with pkgs;
engelsystem = callPackage ../servers/web-apps/engelsystem { php = php74; };
envoy = callPackage ../servers/http/envoy {
go = go_1_15;
go = go_1_17;
jdk = openjdk11;
gn = gn1924;
};