envoy: fix build by using go 1.24

Filed upstream issue https://github.com/envoyproxy/envoy/issues/41337
Meanwhile we can use older Go

Also FOD values got stale and needed update
(https://github.com/NixOS/nixpkgs/issues/438433 is older instance of it,
but got broken again)
This commit is contained in:
Dmitry Ivankov
2025-10-02 22:08:19 +02:00
parent 647e5c14cb
commit 75159e0e81
+4 -4
View File
@@ -12,7 +12,7 @@
rustPlatform,
cmake,
gn,
go,
go_1_24,
openjdk11_headless,
ninja,
patchelf,
@@ -50,8 +50,8 @@ let
depsHash
else
{
x86_64-linux = "sha256-pih2EaVFDSTaCDpqkVSt39wBFGc4MFrhc1BioeHBp+w=";
aarch64-linux = "sha256-RpgZSsDJctTzqm8M3u0+jyEi51HaNC2RZH0Hrelovo8=";
x86_64-linux = "sha256-xBSSDxvp6VjZt+Fc62/eP5Z2WWfpkAGl1Z+PupyDpg4=";
aarch64-linux = "sha256-2g8x12zkyZyjkv5NubG4bVmiLiN8uoEZ33e6Azd1guw=";
}
.${stdenv.system} or (throw "unsupported system ${stdenv.system}");
@@ -124,7 +124,7 @@ buildBazelPackage rec {
cmake
python3
gn
go
go_1_24
jdk
ninja
patchelf