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
While testing with Go 1.22rc1 (prerelease of upcoming Go 1.22, scheduled to be released February) in
the test failed with error:
==> /opt/homebrew/Cellar/goplus/1.1.13/bin/gop env GOPVERSION panic: interface conversion: types.Sizes is *types.gcSizes, not *types.StdSizes goroutine 1 [running]: github.com/goplus/gox.init.0() /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/goplus/[email protected]/builtin.go:735 +0xac
The test failed at gop env GOPVERSION.
gop env GOPVERSION
Full test can be seen in https://github.com/Homebrew/homebrew-core/blob/1c34702ce43b9811e00c43b220dea3b2fbe8790f/Formula/g/goplus.rb#L34-L53
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
While testing with Go 1.22rc1 (prerelease of upcoming Go 1.22, scheduled to be released February) in
the test failed with error:
The test failed at
gop env GOPVERSION
.Full test can be seen in https://github.com/Homebrew/homebrew-core/blob/1c34702ce43b9811e00c43b220dea3b2fbe8790f/Formula/g/goplus.rb#L34-L53
The text was updated successfully, but these errors were encountered: