Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARO-12463: *: use go 1.22.9 #4069

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

stevekuznetsov
Copy link
Contributor

No description provided.

Signed-off-by: Steve Kuznetsov <[email protected]>
@stevekuznetsov
Copy link
Contributor Author

stevekuznetsov commented Jan 29, 2025

go generate ./...
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=0xa2cd2f]

goroutine 102 [running]:
go/types.(*Checker).handleBailout(0xc00010f600, 0xc00004fd40)
	/usr/lib/golang/src/go/types/check.go:367 +0x88
...
created by sigs.k8s.io/controller-tools/pkg/loader.(*TypeChecker).check in goroutine 92
	/github/home/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/loader/refs.go:260 +0x1c5
pkg/operator/generate.go:7: running "controller-gen": exit status 2

Need to go for now, but likely need to bump the controller-gen version.

   bingo get sigs.k8s.io/controller-tools/cmd/[email protected]
   make generate

Signed-off-by: Steve Kuznetsov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants