Skip to content

Commit 26dd519

Browse files
chore: use latest release to retract 1.15.22
1 parent b378606 commit 26dd519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ replace (
161161
)
162162

163163
retract (
164+
v1.15.22 // typo in the version number.
164165
v1.16.15 // typo in the version number.
165166
v1.16.16 // contains only retractions, has to be newer than 1.16.15.
166-
v1.15.22 // typo in the version number.
167-
v1.15.23 // contains only retractions, has to be newer than 1.15.22.
167+
v1.16.17 // contains only retractions, new version to retract 1.15.22.
168168
)

0 commit comments

Comments
 (0)