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 Go 1.21 #1245

Closed
stefanb opened this issue Jul 22, 2023 · 2 comments · Fixed by #1254
Closed

Support Go 1.21 #1245

stefanb opened this issue Jul 22, 2023 · 2 comments · Fixed by #1254

Comments

@stefanb
Copy link
Contributor

stefanb commented Jul 22, 2023

Homebrew/homebrew-core#134468 found a problem with Go 1.21
https://github.com/Homebrew/homebrew-core/actions/runs/5618619997/job/15224884480?pr=134468#step:3:3203
reported error:

# github.com/quic-go/quic-go/internal/qtls
/Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/quic-go/quic-go@v0.32.0/internal/qtls/go121.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.21 yet. For more details, please see https://github.com/quic-go/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.21 yet. F...) as int value in variable declaration

Go 1.21 support has been added in quic-go 0.37.0: https://github.com/quic-go/quic-go/releases/tag/v0.37.0 but it requires few code changes in brook.

@stefanb
Copy link
Contributor Author

stefanb commented Aug 2, 2023

https://github.com/quic-go/quic-go/releases/tag/v0.37.1 fixed a few regressions

@stefanb
Copy link
Contributor Author

stefanb commented Aug 6, 2023

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.

1 participant