Skip to content

Commit a9f3877

Browse files
committed
fix(e2e): downgrade Go requirement from 1.24 to 1.22 for compatibility
Go 1.24 hasn't been released yet, causing build failures on systems with Go 1.22. This is a temporary fix to enable testing on current Go versions. Signed-off-by: Yossi Ovadia <[email protected]>
1 parent 165df41 commit a9f3877

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.22
44

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

0 commit comments

Comments
 (0)