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

Build broken between go1.21rc4 and go1.21.0 #4021

Closed
howardjohn opened this issue Aug 8, 2023 · 4 comments · Fixed by #4020
Closed

Build broken between go1.21rc4 and go1.21.0 #4021

howardjohn opened this issue Aug 8, 2023 · 4 comments · Fixed by #4020

Comments

@howardjohn
Copy link

$ go1.21rc4 build ./internal/handshake
# No issues
$ go1.21.0 build ./internal/handshake
# github.com/quic-go/quic-go/internal/handshake
internal/handshake/crypto_setup.go:362:37: cannot use h.allow0RTT (variable of type bool) as tls.QUICSessionTicketOptions value in argument to h.conn.SendSessionTicket

This is on master version of quic-go

@howardjohn
Copy link
Author

Last minute change: golang/go@a915b999c9

@howardjohn
Copy link
Author

Fixed by https://github.com/quic-go/quic-go/pull/4020/files

@zbindenren
Copy link

Can you merge it and make a release? Go 1.21 was released.

@marten-seemann
Copy link
Member

v0.37.4 is released.

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 a pull request may close this issue.

3 participants