mr-karan / doggo

:dog: Command-line DNS Client for Humans. Written in Golang
https://doggo.mrkaran.dev/
GNU General Public License v3.0
2.9k stars 100 forks source link

Installing from source fails with `cannot use h.allow0RTT` #79

Closed Crocmagnon closed 1 year ago

Crocmagnon commented 1 year ago
$ go install github.com/mr-karan/doggo/cmd/doggo@latest
# github.com/quic-go/quic-go/internal/handshake
../../go/pkg/mod/github.com/quic-go/quic-go@v0.37.0/internal/handshake/crypto_setup.go:334:37: cannot use h.allow0RTT (variable of type bool) as tls.QUICSessionTicketOptions value in argument to h.conn.SendSessionTicket

$ go version
go version go1.21.0 darwin/arm64
jlucktay commented 1 year ago

Looks like 9818c32 fixes this, and just needs to be tagged/released.

mr-karan commented 1 year ago

Released - v0.5.7 :)

Crocmagnon commented 1 year ago

I confirm the issue is fixed, thanks 👍🏻