Skip to content

Commit 3582fb6

Browse files
committed
Update Makefile BRANCH to 18.0-fr3
1 parent 2d9ec8b commit 3582fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ vet: gowork ## Run go vet against code.
167167
go vet ./...
168168
go vet ./apis/...
169169

170-
BRANCH ?= main
170+
BRANCH ?= 18.0-fr3
171171
.PHONY: force-bump
172172
force-bump: ## Force bump after tagging
173173
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|openstack-operator|^replace' | awk '{print $$1}'); do \

0 commit comments

Comments
 (0)