Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps - bump controller-gen tools to avoid issue revealed by CI
``` [zuul-worker@np0000012773 sf-operator]$ make go env -w GOSUMDB="sum.golang.org" GOPROXY="https://proxy.golang.org,direct" /home/zuul-worker/src/softwarefactory-project.io/software-factory/sf-operator/bin/controller-gen object:headerFile="hack/boilerplate.go.txt" paths="./..." panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xa3228f] goroutine 92 [running]: go/types.(*Checker).handleBailout(0xc000202a00, 0xc00044fd40) /usr/lib/golang/src/go/types/check.go:367 +0x88 ... ``` Bump to last available version solves the issue. Change-Id: I5e55db9ff16eb5d2401d304e3566993bd5f445c2
- Loading branch information