You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go version go1.21.0 darwin/amd64
go install -ldflags="-X main.version=v2.7.3" github.com/caddyserver/caddy/v2/cmd/caddy@v2.7.3
# github.com/quic-go/quic-go/internal/handshake
/Users/apple/go/pkg/mod/github.com/quic-go/quic-go@v0.37.3/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
on go1.20 its a happy chappy.
go version go1.20 darwin/amd64
go install -ldflags="-X main.version=v2.7.3" github.com/caddyserver/caddy/v2/cmd/caddy@v2.7.3
on go version devel go1.22-94d36fbc Tue Aug 15 13:58:27 2023 +0000 darwin/amd64
gotip install -ldflags="-X main.version=v2.7.3" github.com/caddyserver/caddy/v2/cmd/caddy@v2.7.3
# github.com/quic-go/quic-go/internal/handshake
/Users/apple/go/pkg/mod/github.com/quic-go/quic-go@v0.37.3/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
The text was updated successfully, but these errors were encountered:
gedw99
changed the title
v2.7.3 fails go install on mac on go1.21.1
v2.7.3 fails go install on mac on go1.21.0
Aug 15, 2023
using https://github.com/caddyserver/caddy/releases/tag/v2.7.3
I guess i must still with go 1.20 for now...
on go1.20 its a happy chappy.
go version go1.20 darwin/amd64 go install -ldflags="-X main.version=v2.7.3" github.com/caddyserver/caddy/v2/cmd/caddy@v2.7.3
on go version devel go1.22-94d36fbc Tue Aug 15 13:58:27 2023 +0000 darwin/amd64
The text was updated successfully, but these errors were encountered: