You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you see instead? Under which circumstances?
cert-mgr-lib-go main $ make build
/Users/btofel/workspace/cert-mgr-lib-go/bin/controller-gen object:headerFile="hack/boilerplate.go.txt" paths="./..."
go fmt ./...
go vet ./...
# sigs.k8s.io/controller-runtime/pkg/log
../../.gvm/pkgsets/go1.16.6/global/pkg/mod/sigs.k8s.io/controller-runtime@v0.10.0/pkg/log/deleg.go:79:12: undefined: logr.WithCallDepth
<etc., snip>
Bug Report
What did you do?
ran
make build
What did you expect to see?
normal non-error output
What did you see instead? Under which circumstances?
Environment
Operator type:
/language go
Kubernetes cluster type:
N/A
$ operator-sdk version
$ go version
(if language is Go)go version go1.16.6 darwin/amd64
(also tried with: go1.17.2)
$ kubectl version
N/A
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: