We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
go install golang.org/x/exp/cmd/gorelease@latest
gorelease -base=v0.3.0 -version=v0.4.0
# 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?
The text was updated successfully, but these errors were encountered:
Same problem again: ipfs/someguy#79 (comment)
Sorry, something went wrong.
We have updated the goreleaser to the latest version now. Hope this helps. Let me know if the issue still persists.
No branches or pull requests
CI at ipfs/someguy#77 (comment) errors:
running
go install golang.org/x/exp/cmd/gorelease@latest
locally and thengorelease -base=v0.3.0 -version=v0.4.0
in the PR passed fine:@galargh i vaguely remember similar error a while ago, version in github workflow needs to be updated?
The text was updated successfully, but these errors were encountered: