Skip to content

Commit

Permalink
chore: use retract to try to invalidate the v1.0.0
Browse files Browse the repository at this point in the history
This version was not ready for production, but was published without prerelease flag

Fixes #24

More information about retract in the go.mod documentation
https://go.dev/ref/mod#go-mod-file-retract
  • Loading branch information
ccoVeille committed Sep 9, 2024
1 parent 3049cd5 commit ddf82b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
module github.com/ccoveille/go-safecast

go 1.21

retract (
v1.0.0 // Published accidentally.
)

0 comments on commit ddf82b9

Please sign in to comment.