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

panic in goreleaser #84

Closed
lidel opened this issue Aug 7, 2024 · 2 comments
Closed

panic in goreleaser #84

lidel opened this issue Aug 7, 2024 · 2 comments

Comments

@lidel
Copy link

lidel commented Aug 7, 2024

CI at ipfs/someguy#77 (comment) errors:

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=0x5e698f]

goroutine 24 [running]:
go/types.(*Checker).handleBailout(0xc0006cac00, 0xc000ec9c10)
	/opt/hostedtoolcache/go/1.22.5/x64/src/go/types/check.go:367 +0x88

running go install golang.org/x/exp/cmd/gorelease@latest locally and then gorelease -base=v0.3.0 -version=v0.4.0 in the PR passed fine:

# summary
v0.4.0 is a valid semantic version for this release.

@galargh i vaguely remember similar error a while ago, version in github workflow needs to be updated?

@lidel
Copy link
Author

lidel commented Aug 14, 2024

Same problem again: ipfs/someguy#79 (comment)

@galargh
Copy link
Member

galargh commented Aug 23, 2024

We have updated the goreleaser to the latest version now. Hope this helps. Let me know if the issue still persists.

@galargh galargh closed this as completed Aug 23, 2024
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

No branches or pull requests

2 participants