Skip to content

Commit 5a8076c

Browse files
committed
Retract v1.20.3
Fixes #831 Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
1 parent 2b1487c commit 5a8076c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ require (
3737
gopkg.in/yaml.v3 v3.0.1 // indirect
3838
)
3939

40-
retract v0.50.0 // Critical bug in counter suffixes, please read issue https://github.com/prometheus/common/issues/605
40+
retract (
41+
v1.20.3 // Tag pushed accidentally, see https://github.com/prometheus/common/issues/831
42+
v0.50.0 // Critical bug in counter suffixes, please read issue https://github.com/prometheus/common/issues/605
43+
)

0 commit comments

Comments
 (0)