Date: Sun, 24 Mar 2024 14:35:58 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e41a7907af99 - main - security/trezord: Pin to GO 1.20 Message-ID: <202403241435.42OEZwYK007849@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e41a7907af99a66d8aa070768966db8588054bc1 commit e41a7907af99a66d8aa070768966db8588054bc1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-03-24 12:44:04 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-03-24 14:28:55 +0000 security/trezord: Pin to GO 1.20 PR: 277776 Approved by: portmgr (blanket) --- security/trezord/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/trezord/Makefile b/security/trezord/Makefile index 2c87765c6d79..0519f75984be 100644 --- a/security/trezord/Makefile +++ b/security/trezord/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/trezor/trezord-go LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= go:modules +USES= go:1.20,modules USE_RC_SUBR= ${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403241435.42OEZwYK007849>