Skip to content

Commit c2f59cd

Browse files
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 #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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/vllm-project/semantic-router/e2e
22

3-
go 1.24
3+
go 1.23
44

55
require (
66
k8s.io/api v0.31.0

0 commit comments

Comments
 (0)