Date: Sat, 11 Mar 2023 06:16:23 GMT From: Lewis Cook <lcook@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 85d3796b1962 - main - devel/glab: Pin Go version to 1.19 Message-ID: <202303110616.32B6GNtW051607@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303110616.32B6GNtW051607>