File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : packageserver
66 namespace : openshift-operator-lifecycle-manager
77 labels :
8- olm.version : 0.0.0-f492d4420da0541be01aa74427ab5c426ca27118
8+ olm.version : 0.0.0-54d0b43200f100246b68bea72c13973d864f95e6
99 olm.clusteroperator.name : operator-lifecycle-manager-packageserver
1010 annotations :
1111 include.release.openshift.io/self-managed-high-availability : " true"
@@ -159,7 +159,7 @@ spec:
159159 - packageserver
160160 topologyKey : " kubernetes.io/hostname"
161161 maturity : alpha
162- version : 0.0.0-f492d4420da0541be01aa74427ab5c426ca27118
162+ version : 0.0.0-54d0b43200f100246b68bea72c13973d864f95e6
163163 apiservicedefinitions :
164164 owned :
165165 - group : packages.operators.coreos.com
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ format: ## Format the source code
4242 $(Q ) go fmt $(PKGS )
4343
4444tidy : # # Update dependencies
45- $(Q ) go mod tidy -v
45+ $(Q ) go mod tidy
46+ $(Q ) go mod vendor
4647 $(Q ) go mod verify
4748
4849clean : # # Clean up the build artifacts
Original file line number Diff line number Diff line change @@ -457,8 +457,6 @@ golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7w
457457golang.org/x/sys v0.0.0-20210510120138-977fb7262007 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
458458golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
459459golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
460- golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s =
461- golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
462460golang.org/x/sys v0.0.0-20220907062415-87db552b00fd h1:AZeIEzg+8RCELJYq8w+ODLVxFgLMMigSwO/ffKPEd9U =
463461golang.org/x/sys v0.0.0-20220907062415-87db552b00fd /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
464462golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
You can’t perform that action at this time.
0 commit comments