You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x/example/ragserver/{ragserver/go.mod,ragserver-langchaingo/go.mod,ragserver-genkit/go.mod} require 1.23. This requirement cannot be met on the 1.22 builders and is breaking them consistently. Example output.
go: go.mod requires go >= 1.23.0 (running go 1.22.7; GOTOOLCHAIN=local)
We should either downgrade these to 1.22 [if 1.23 is not needed) or disable the 1.22 builders for this repo as they cannot given a signal.
x/example/ragserver/{ragserver/go.mod,ragserver-langchaingo/go.mod,ragserver-genkit/go.mod} require 1.23. This requirement cannot be met on the 1.22 builders and is breaking them consistently. Example output.
We should either downgrade these to 1.22 [if 1.23 is not needed) or disable the 1.22 builders for this repo as they cannot given a signal.
CC @eliben, @dmitshur , @cagedmantis.
The text was updated successfully, but these errors were encountered: