mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-18 21:09:16 -04:00
Run `make update-all-go-deps` with the Go toolchain pinned to 1.25.0 (`GOTOOLCHAIN=go1.25.0`) so the `go` directive stays at 1.25.0 and the project keeps building with any Go 1.25.x. Dependency updates that would raise their own minimum Go past 1.25.0 (Kubernetes v0.36.x, Consul api >= v1.34, bufbuild/buf v1.70, google.golang.org/api v0.284) are left at their current versions and can be picked up once the project moves to Go 1.26. github.com/prometheus/common is updated to v0.68.1, which removed the expfmt.WithUnit() encoder option (the unit is now written automatically when set). Drop the now-removed option from the scrape manager test; it was a no-op there because the test metric does not set a unit. Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| example_write_adapter | ||
| remote_storage_adapter | ||
| go.mod | ||
| go.sum | ||
| Makefile | ||