-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Building with go 1.21 fails at quic-go step #151
Comments
This is a known issue that is being fixed by Caddy v2.7.4 today. (Go made a last-minute breaking change to new APIs which broke quic-go moments before release. See https://github.com/quic-go/quic-go/releases/tag/v0.37.4) |
Duplicate of caddyserver/caddy#5719 |
Roger that, I'll stay in position then! Thanks for the quic😄 response. |
I can confirm that it is fixed with Caddy 2.7.4, building perfectly with go 1.21. |
Thanks! That's good. :) |
System: Arch Linux 6.4.10-arch1-1
Package information:
With recent go's 1.21 update, xcaddy doesn't build a custom caddy version with modules and throws the following error related to quic-go (I assume by the logs). I tested both with AUR's package, and downloading the binary directly from this repo to be sure and both give the same error:
https://pastebin.com/5v1SMvWj
Reverting back to go 2:1.20.7-1 fixes the issue and xcaddy builds correctly a custom version of Caddy with modules. If you need more tests let me know.
PD.: Sorry for using pastebin but I had a weird issue while adding the log in a code block here.
The text was updated successfully, but these errors were encountered: