Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#228 from gibizer/operator-…
Browse files Browse the repository at this point in the history
…lint-to-0.3.0

Bump operator-lint to 0.3.0
  • Loading branch information
openshift-merge-robot authored Mar 14, 2023
2 parents 20d5c09 + 2748c3e commit 4570454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ gowork: ## Generate go.work file to support our multi module repository

.PHONY: operator-lint
operator-lint: gowork ## Runs operator-lint
GOBIN=$(LOCALBIN) go install github.com/gibizer/operator-lint@v0.1.0
GOBIN=$(LOCALBIN) go install github.com/gibizer/operator-lint@v0.3.0
go vet -vettool=$(LOCALBIN)/operator-lint ./... ./apis/...

# Used for webhook testing
Expand Down

0 comments on commit 4570454

Please sign in to comment.