Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build: x/example 1.22 builders are failing #69455

Closed
timothy-king opened this issue Sep 13, 2024 · 2 comments
Closed

x/build: x/example 1.22 builders are failing #69455

timothy-king opened this issue Sep 13, 2024 · 2 comments
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@timothy-king
Copy link
Contributor

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.

CC @eliben, @dmitshur , @cagedmantis.

@timothy-king timothy-king added Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done. labels Sep 13, 2024
@timothy-king timothy-king added this to the Backlog milestone Sep 13, 2024
@gabyhelp
Copy link

Related Issues and Documentation

(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)

@timothy-king
Copy link
Contributor Author

This is a dup of #69332. Thanks @gabyhelp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

2 participants