www/caddy: Pin Go version to 1.19
vendor/github.com/lucas-clemente/quic-go/internal/qtls/go120.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.20 yet. quic-go doesn't support go1.20 yet, keep building this port with go1.19 for now. PR: 269289 Reported by: exp-run
This commit is contained in:
parent
c3636dc5d9
commit
e41e27b191
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ WWW= https://caddyserver.com
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cpe go:modules
|
||||
USES= cpe go:1.19,modules
|
||||
CPE_VENDOR= caddyserver
|
||||
|
||||
USE_RC_SUBR= caddy
|
||||
|
|
Loading…
Reference in a new issue