Skip to content

Commit

Permalink
Explicitly pin istio.io/istio version
Browse files Browse the repository at this point in the history
  • Loading branch information
x-way committed Oct 15, 2024
1 parent c0039a1 commit d5be9e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,6 @@ require (

// Client-go does not handle different versions of mergo due to some breaking changes - use the matching version
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5

// we still reference v1alpha* and v1beta* CRDs, which got removed after this commit
replace istio.io/istio => istio.io/istio v0.0.0-20240801200413-240c47f2b444

0 comments on commit d5be9e5

Please sign in to comment.