git: c3636dc5d9a6 - main - net/storj: Pin Go version to 1.19

From: Dmitri Goutnik <dmgk_at_FreeBSD.org>
Date: Fri, 03 Feb 2023 19:51:07 UTC
The branch main has been updated by dmgk:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c3636dc5d9a66808e665755caa8f543dc6481896

commit c3636dc5d9a66808e665755caa8f543dc6481896
Author:     Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2023-02-03 15:53:02 +0000
Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2023-02-03 18:09:05 +0000

    net/storj: 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
---
 net/storj/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/storj/Makefile b/net/storj/Makefile
index e89e24af68b2..7eae8d35dc7a 100644
--- a/net/storj/Makefile
+++ b/net/storj/Makefile
@@ -10,7 +10,7 @@ WWW=		https://storj.io/
 
 LICENSE=	AGPLv3
 
-USES=		go:modules
+USES=		go:1.19,modules
 USE_GITHUB=	yes
 
 .include "${.CURDIR}/Makefile.deps"