diff --git a/Makefile b/Makefile index 8b7b9e856..a2dcbcb06 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,7 @@ vet: gowork ## Run go vet against code. go vet ./... go vet ./apis/... -BRANCH=main +BRANCH=18.0-fr1 .PHONY: force-bump force-bump: ## Force bump after tagging for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|openstack-operator|^replace' | awk '{print $$1}'); do \