chore: Bump Go min version to 1.24#17080
Conversation
|
Thanks for this, unfortunately, there are other places where the version needs to be bumped. |
Good to know though, I will adjust my PR then :) |
ee71d70 to
69da756
Compare
|
@machine424 I used ur |
|
/prombench main |
|
⏱️ Welcome to Prometheus Benchmarking Tool. ⏱️ Compared versions: After the successful deployment (check status here), the benchmarking results can be viewed at: Available Commands:
|
|
/prombench restart main |
|
@Duciwuci is not a org member nor a collaborator and cannot execute benchmarks. |
the root go.mod was already bumped and that's what matters for the benchmark. No need to re-run it. Also, please adjust prometheus/scripts/bump_go_version.sh Line 19 in 2cbeef6 I assume that (some go.mod not being updated) was caught by , otherwise we'd need to adjust that script as well.Also, we can now get rid of the tools.go in https://github.com/prometheus/prometheus/tree/2cbeef6d9582d7dee2bbe493a7cb42bda8f37553/internal/tools using https://tip.golang.org/doc/go1.24#tools and defining then at the root go.mod. I you want to work on that in a follow up PR. (I can assign #16442 to you) |
Thanks, I will adjust your script first and the second script will catch it correctly afterwards. Let's get some process on the update first before I take further tasks :D |
Signed-off-by: Duciwuci <duciwuci@gmail.com>
Signed-off-by: Duciwuci <duciwuci@gmail.com>
Signed-off-by: Duciwuci <duciwuci@gmail.com>
|
/prombench cancel |
|
Benchmark cancel is in progress. |
This PR bumps the Go-Images using in the Prometheus-CI. Since Golang released Version
1.25in August, we can proceed also with the CI.Does this PR introduce a user-facing change?