Skip to content

Commit

Permalink
Retract v3.9.0+incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
dmage committed Jul 4, 2023
1 parent 6e9853e commit abb98ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,12 @@ require (
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
)

// v3.9.0 is the only tag in openshift/api and it was created before go.mod was
// introduced. We retract it so that go command don't select it automatically
// when resolving versions like @latest.
retract v3.9.0+incompatible

// To make go aware of the retraction, we need to tag a new version that can be
// retracted by itself.
retract v0.0.1

0 comments on commit abb98ff

Please sign in to comment.