Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2023 01:08:46 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: 3ac9075faa2a - main - sysutils/glow: Pin Go version to 1.19
Message-ID:  <202303110108.32B18kdM041061@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=3ac9075faa2a6f3c7ae8ad81f786204f16ac7088

commit 3ac9075faa2a6f3c7ae8ad81f786204f16ac7088
Author:     Lewis Cook <lcook@FreeBSD.org>
AuthorDate: 2023-02-22 08:42:21 +0000
Commit:     Lewis Cook <lcook@FreeBSD.org>
CommitDate: 2023-03-11 00:50:50 +0000

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

diff --git a/sysutils/glow/Makefile b/sysutils/glow/Makefile
index e1c72970319b..e21aaca3a4a5 100644
--- a/sysutils/glow/Makefile
+++ b/sysutils/glow/Makefile
@@ -11,7 +11,7 @@ WWW=		https://github.com/charmbracelet/glow
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:modules
+USES=		go:1.19,modules
 
 _BUILD_VERSION=	${DISTVERSION}
 _BUILD_SHA=	4863f57



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303110108.32B18kdM041061>