From e821827af2dd7293ec7e929a034208192f45b158 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Sun, 24 Mar 2024 06:37:25 +0100 Subject: [PATCH] Retract v0.50.0 (#610) Mark the v0.50.0 tag as retracted in the Go modules due to the critical nature of the issue. Signed-off-by: SuperQ --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 5b568dc9..68f8917b 100644 --- a/go.mod +++ b/go.mod @@ -31,3 +31,5 @@ require ( google.golang.org/appengine v1.6.7 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect ) + +retract v0.50.0 // Critical bug in counter suffixes, please read issue https://github.com/prometheus/common/issues/605