From c3502528a878afb02964b41f65abea206c7d380c Mon Sep 17 00:00:00 2001 From: Santhosh Prabhu <6684582+santhoshmprabhu@users.noreply.github.com> Date: Wed, 15 Jan 2025 08:57:47 -0800 Subject: [PATCH] chore: retract 1.16.17 and 1.15.22 (#3342) * chore: retract 1.15.22 and 1.15.23 * chore: use latest release to retract 1.15.22 --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index c69723a3de..1888537ee0 100644 --- a/go.mod +++ b/go.mod @@ -161,6 +161,8 @@ replace ( ) retract ( + v1.15.22 // typo in the version number. v1.16.15 // typo in the version number. v1.16.16 // contains only retractions, has to be newer than 1.16.15. + v1.16.17 // contains only retractions, new version to retract 1.15.22. )