From 332efdf40e8e218fc6c1984f95b462edc104b89c Mon Sep 17 00:00:00 2001 From: Guney Saramali Date: Wed, 19 Jun 2024 09:39:11 +0300 Subject: [PATCH] fix: Cleaning up all published tags and releases fix: Marking from v1.0.0 to v1.1.9 as retracted on go.mod to make go install work from now on with existing tags --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5758827..feb5731 100644 --- a/go.mod +++ b/go.mod @@ -8,5 +8,5 @@ require ( ) retract ( - v1.0.0 // Testing github actions + [v1.0.0, v1.1.9] // Retract all from v1.0.0 to 1.1.9 )