Skip to content

Commit

Permalink
Merge pull request #82 from gibizer/operator-lint-to-0.3.0
Browse files Browse the repository at this point in the history
Bump operator-lint to 0.3.0
  • Loading branch information
openshift-merge-robot authored Apr 11, 2023
2 parents 3b0b46b + 7934e88 commit 3cd896a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,7 @@ golint: get-ci-tools

.PHONY: operator-lint
operator-lint: $(LOCALBIN) gowork ## Runs operator-lint
#TODO(gibi): bump this to v0.2.2 as soon as that version is tagged
GOBIN=$(LOCALBIN) go install github.com/gibizer/operator-lint@2ffa25b7f1c13fb2bdae5444a3dd1b5bbad529b1
GOBIN=$(LOCALBIN) go install github.com/gibizer/[email protected]
go vet -vettool=$(LOCALBIN)/operator-lint ./... ./api/...

.PHONY: gowork
Expand Down

0 comments on commit 3cd896a

Please sign in to comment.