1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

dns/dnscrypt-proxy2: Pin Go version to 1.19

vendor/github.com/lucas-clemente/quic-go/internal/qtls/go120.go:6: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:
Dmitri Goutnik 2023-02-03 10:44:50 -05:00
parent aa321b47d4
commit fe49bf2a89

View File

@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ca_root_nss>=3.35:security/ca_root_nss
USES= go:modules
USES= go:1.19,modules
USE_RC_SUBR= ${PORTNAME}
USE_GITHUB= yes