mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04: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:
parent
aa321b47d4
commit
fe49bf2a89
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue