Skip to content

Commit

Permalink
go.mod: retract experimental versions
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Aug 5, 2024
1 parent 794b629 commit c9f2fbd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,15 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
)

// Retract experimental versions
retract (
v1.999.0-rc.8
v1.999.0-rc.7
v1.999.0-rc.6
v1.999.0-rc.5
v1.999.0-rc.4
v1.999.0-rc.3
v1.999.0-rc.2
v1.999.0-rc.1
)

0 comments on commit c9f2fbd

Please sign in to comment.