-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
make test fails with GO 1.23 #7696
Comments
Hey there, @amaury-d! I'm here to help you with any bugs, questions, or becoming a contributor. Let's squash those bugs together! The To resolve this issue, update the Go version in the module github.com/thanos-io/thanos
go 1.23.0
toolchain go1.23.0 After updating the Go version, run |
Signed-off-by: Amaury Decrême <[email protected]>
If the @dosu comment didn't resolve your issue, update the |
another workaround to start tests: add |
This should be fixed on main after bumping go and deps here #7796 |
Updating the go get -u golang.org/x/net After updating, run |
@fpetkovski In my case, I tried to build a version that already had #7796 merged. |
Maybe this should help #7833. |
Thanos, Prometheus and Golang version used:
Object Storage Provider:
What happened:
What you expected to happen:
make test
successHow to reproduce it (as minimally and precisely as possible):
make build test
Full logs to relevant components:
Anything else we need to know:
but they ended in errors
The text was updated successfully, but these errors were encountered: