Commit c2f59cd
committed
fix(e2e): correct Go version from non-existent 1.24 to 1.23
Go version 1.24 does not exist (versions go 1.22 → 1.23 → 1.25).
PR vllm-project#655 mistakenly specified go 1.24, causing build failures on systems
without the latest Go toolchain.
Using go 1.23 as the minimum requirement for broader compatibility.
Signed-off-by: Yossi Ovadia <[email protected]>1 parent 165df41 commit c2f59cd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments