git: 85d3796b1962 - main - devel/glab: Pin Go version to 1.19

From: Lewis Cook <lcook_at_FreeBSD.org>
Date: Sat, 11 Mar 2023 06:16:23 UTC
The branch main has been updated by lcook:

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

commit 85d3796b1962a52cb257bb7b41ae308610cf2359
Author:     Lewis Cook <lcook@FreeBSD.org>
AuthorDate: 2023-03-11 04:44:44 +0000
Commit:     Lewis Cook <lcook@FreeBSD.org>
CommitDate: 2023-03-11 06:15:51 +0000

    devel/glab: Pin Go version to 1.19
---
 devel/glab/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/glab/Makefile b/devel/glab/Makefile
index f599351c3852..c74bdaef4561 100644
--- a/devel/glab/Makefile
+++ b/devel/glab/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	git:devel/git
 
-USES=		go:modules
+USES=		go:modules,1.19
 
 _BUILD_VERSION=	${DISTVERSION}
 _BUILD_DATE=	$$(date +%d/%m/%Y)