Skip to content

Commit 94d17cd

Browse files
authored
envoy: fix build by using go 1.24 (NixOS#448066)
2 parents c8c8751 + 75159e0 commit 94d17cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/en/envoy/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rustPlatform,
1313
cmake,
1414
gn,
15-
go,
15+
go_1_24,
1616
openjdk11_headless,
1717
ninja,
1818
patchelf,
@@ -50,8 +50,8 @@ let
5050
depsHash
5151
else
5252
{
53-
x86_64-linux = "sha256-pih2EaVFDSTaCDpqkVSt39wBFGc4MFrhc1BioeHBp+w=";
54-
aarch64-linux = "sha256-RpgZSsDJctTzqm8M3u0+jyEi51HaNC2RZH0Hrelovo8=";
53+
x86_64-linux = "sha256-xBSSDxvp6VjZt+Fc62/eP5Z2WWfpkAGl1Z+PupyDpg4=";
54+
aarch64-linux = "sha256-2g8x12zkyZyjkv5NubG4bVmiLiN8uoEZ33e6Azd1guw=";
5555
}
5656
.${stdenv.system} or (throw "unsupported system ${stdenv.system}");
5757

@@ -124,7 +124,7 @@ buildBazelPackage rec {
124124
cmake
125125
python3
126126
gn
127-
go
127+
go_1_24
128128
jdk
129129
ninja
130130
patchelf

0 commit comments

Comments
 (0)