From be815c9ee37917a2898b763af8ac23bb9b0b182e Mon Sep 17 00:00:00 2001 From: Nick Fedor <71477161+nicholas-fedor@users.noreply.github.com> Date: Sun, 19 Jan 2025 16:54:22 -0700 Subject: [PATCH] Add version retractions This should prevent the usage of prematurely-released versions. Next valid version will need to be v1.7.10 or higher. --- go.mod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/go.mod b/go.mod index e71508f..e8331bd 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,9 @@ module github.com/nicholas-fedor/watchtower go 1.23.5 +// Retract prematurely published versions +retract [v1.7.2, v1.7.9] + require ( github.com/containrrr/shoutrrr v0.8.0 github.com/distribution/reference v0.6.0