Skip to content

Commit

Permalink
chore: add a retraction of 1.16.16
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshmprabhu committed Jan 10, 2025
1 parent 1296fd7 commit 17f49d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,7 @@ replace (
github.com/onsi/gomega => github.com/onsi/gomega v1.10.0
)

retract v1.16.15 // typo in the version number.
retract (
v1.16.15 // typo in the version number.
v1.16.16 // contains only retractions, has to be newer than 1.16.15.
)

0 comments on commit 17f49d1

Please sign in to comment.