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:
5
5
name : packageserver
6
6
namespace : openshift-operator-lifecycle-manager
7
7
labels :
8
- olm.version : 0.0.0-f492d4420da0541be01aa74427ab5c426ca27118
8
+ olm.version : 0.0.0-54d0b43200f100246b68bea72c13973d864f95e6
9
9
olm.clusteroperator.name : operator-lifecycle-manager-packageserver
10
10
annotations :
11
11
include.release.openshift.io/self-managed-high-availability : " true"
@@ -159,7 +159,7 @@ spec:
159
159
- packageserver
160
160
topologyKey : " kubernetes.io/hostname"
161
161
maturity : alpha
162
- version : 0.0.0-f492d4420da0541be01aa74427ab5c426ca27118
162
+ version : 0.0.0-54d0b43200f100246b68bea72c13973d864f95e6
163
163
apiservicedefinitions :
164
164
owned :
165
165
- group : packages.operators.coreos.com
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ format: ## Format the source code
42
42
$(Q ) go fmt $(PKGS )
43
43
44
44
tidy : # # Update dependencies
45
- $(Q ) go mod tidy -v
45
+ $(Q ) go mod tidy
46
+ $(Q ) go mod vendor
46
47
$(Q ) go mod verify
47
48
48
49
clean : # # 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
457
457
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
458
458
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
459
459
golang.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 =
462
460
golang.org/x/sys v0.0.0-20220907062415-87db552b00fd h1:AZeIEzg+8RCELJYq8w+ODLVxFgLMMigSwO/ffKPEd9U =
463
461
golang.org/x/sys v0.0.0-20220907062415-87db552b00fd /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
464
462
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
You can’t perform that action at this time.
0 commit comments