Skip to content

Commit

Permalink
build: add version retraction to go.mod
Browse files Browse the repository at this point in the history
- Retract versions v0.0.90, v0.0.89, v0.0.88, and v0.0.87
- This change ensures that problematic versions are not used in future builds
  • Loading branch information
godcong committed Nov 15, 2024
1 parent ad5586c commit 1bd2abb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ require (
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

retract (
v0.0.90
v0.0.89
v0.0.88
v0.0.87
)

0 comments on commit 1bd2abb

Please sign in to comment.