Skip to content

Commit

Permalink
fix: Cleaning up all published tags and releases
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Guney Saramali committed Jun 19, 2024
1 parent 58b39a2 commit 332efdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 332efdf

Please sign in to comment.