On 20.08.24 06:35, Ben Kochie wrote: > Yes, this is a workaround for Go major versioning changes. > > See: https://github.com/prometheus/prometheus/pull/12900
Also, https://github.com/prometheus/prometheus/blob/main/RELEASE.md#2-draft-the-new-release has some explanation about it. Note that v3 is imminent. For Go modules, v3.xx.y will be tagged as 0.3xx.y, e.g. - 3.0.0 → 0.300.0 - 3.0.1 → 0.300.1 - 3.21.0 → 0.321.0 -- Björn Rabenstein [PGP-ID] 0x851C3DA17D748D03 [email] [email protected] -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/ZsTQDPj9VUlPGOdZ%40mail.rabenste.in.

