aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLewis Cook <lcook@FreeBSD.org>2023-03-11 04:44:44 +0000
committerLewis Cook <lcook@FreeBSD.org>2023-03-11 06:15:51 +0000
commit85d3796b1962a52cb257bb7b41ae308610cf2359 (patch)
treeaeef9957e9ca1ab2408cdfe440706dba71b831f3
parentaec9cb380ef07743425005ffcb6994c399ca10e1 (diff)
downloadports-85d3796b1962a52cb257bb7b41ae308610cf2359.tar.gz
ports-85d3796b1962a52cb257bb7b41ae308610cf2359.zip
devel/glab: Pin Go version to 1.19
-rw-r--r--devel/glab/Makefile2
1 files changed, 1 insertions, 1 deletions
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)