Skip to content

Commit ee5c191

Browse files
sseagooadp-maintainers
authored andcommitted
updated controller-gen version
1 parent 8cf9137 commit ee5c191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.prow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Configuration Variables
1212
GOFLAGS := -mod=mod
13-
CONGEN_VERSION := 0.14.0
13+
CONGEN_VERSION := 0.16.5
1414
CODEGEN_VERSION := 0.22.2
1515
PROWBIN := /tmp/prowbin
1616

@@ -145,4 +145,4 @@ local-build-test-e2e: build push clone-oadp-operator
145145
.PHONY: local-test-e2e
146146
local-test-e2e: clone-oadp-operator
147147
@echo "Running oadp-operator e2e tests locally"
148-
pushd $(OADP_E2E_DIR) && VELERO_IMAGE=$(LOCAL_BUILT_IMAGE) OPENSHIFT_CI=false GINKGO_ARGS=$(GINKGO_ARGS) make test-e2e && popd
148+
pushd $(OADP_E2E_DIR) && VELERO_IMAGE=$(LOCAL_BUILT_IMAGE) OPENSHIFT_CI=false GINKGO_ARGS=$(GINKGO_ARGS) make test-e2e && popd

0 commit comments

Comments
 (0)