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

cannot build on commit 5b9c850 #5721

Closed
text01001 opened this issue Aug 8, 2023 · 1 comment
Closed

cannot build on commit 5b9c850 #5721

text01001 opened this issue Aug 8, 2023 · 1 comment
Labels
duplicate 🖇️ This issue or pull request already exists upstream ⬆️ Relates to some dependency of this project

Comments

@text01001
Copy link

go build

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GOAMD64=v2 xcaddy build 5b9c850ab36694cba5200f78e9f8286062062d66 --output /tmp/caddy --with github.com/mholt/caddy-webdav --with github.com/caddy-dns/cloudflare --with github.com/mholt/caddy-events-exec --with github.com/caddyserver/forwardproxy@caddy2=github.com/klzgrad/forwardproxy@naive --with github.com/WeidiDeng/caddy-cloudflare-ip --with github.com/imgk/caddy-trojan@master --with github.com/mholt/caddy-dynamicdns

go version

go version go1.21.0 linux/amd64

golang log:

# github.com/quic-go/quic-go/internal/handshake
/root/gopath/pkg/mod/github.com/quic-go/[email protected]/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
@mholt mholt changed the title can not build on commit https://github.com/caddyserver/caddy/commit/5b9c850ab36694cba5200f78e9f8286062062d66 cannot build on commit 5b9c850 Aug 8, 2023
@mholt
Copy link
Member

mholt commented Aug 8, 2023

Quic-go doesn't build on Go 1.21 yet because Go pushed a last-minute change before their release that didn't make it into quic-go. See discussion in #5719.

@mholt mholt closed this as not planned Won't fix, can't repro, duplicate, stale Aug 8, 2023
@mholt mholt added duplicate 🖇️ This issue or pull request already exists upstream ⬆️ Relates to some dependency of this project labels Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate 🖇️ This issue or pull request already exists upstream ⬆️ Relates to some dependency of this project
Projects
None yet
Development

No branches or pull requests

2 participants