wait for logr update

This commit is contained in:
ston1th 2021-10-20 20:28:16 +02:00
commit 201274a727
4 changed files with 60 additions and 61 deletions

View file

@ -20,11 +20,11 @@ endif
all: manager
# Run tests
test: generate fmt vet manifests
test: fmt vet
go test ./... -coverprofile cover.out
# Build manager binary
manager: generate fmt vet
manager: fmt vet
go build -o bin/manager main.go
# Run go fmt against code