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

Support go1.19 #292

Open
chenrui333 opened this issue Sep 8, 2022 · 2 comments
Open

Support go1.19 #292

chenrui333 opened this issue Sep 8, 2022 · 2 comments

Comments

@chenrui333
Copy link

Have some runtime failure with go1.19

==> Testing v2ray-plugin
panic: panic: qtls.CertificateRequestInfo doesn't matchqtls.CertificateRequestInfo doesn't match

goroutine
1 [running]:

goroutine 1 [running]:
github.com/marten-seemann/qtls-go1-16.init.0()
	github.com/marten-seemann/qtls-go1-16@v0.1.3/unsafe.go:17github.com/marten-seemann/qtls-go1-16.init.0 +(0x190)

	github.com/marten-seemann/qtls-go1-16@v0.1.3/unsafe.go:17 +0x190

Same with go1.18

relates to Homebrew/homebrew-core#110036

@chenrui333
Copy link
Author

needs quic-go upgrade.

@kimw
Copy link

kimw commented Sep 11, 2022

Yes, it's a good idea to upgrade to go1.19 since the current stable versions are only go 1.19.1 & 1.18.6, others (including go1.16) are archived (AKA not stable).

Golang archived versions are not maintained versions especially secure updates.

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