mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 07:00:13 +01:00
Add version retractions
This should prevent the usage of prematurely-released versions. Next valid version will need to be v1.7.10 or higher.
This commit is contained in:
parent
0d48d745b5
commit
be815c9ee3
1 changed files with 3 additions and 0 deletions
3
go.mod
3
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue