git: fa8e82c65504 - main - net-im/tut: Pin Go version to 1.19

From: Lewis Cook <lcook_at_FreeBSD.org>
Date: Mon, 20 Feb 2023 19:02:38 UTC
The branch main has been updated by lcook:

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

commit fa8e82c65504142096315e1f93b27bc117f3b4d2
Author:     Lewis Cook <lcook@FreeBSD.org>
AuthorDate: 2023-02-20 18:52:52 +0000
Commit:     Lewis Cook <lcook@FreeBSD.org>
CommitDate: 2023-02-20 19:02:00 +0000

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

diff --git a/net-im/tut/Makefile b/net-im/tut/Makefile
index 93eaefaf1a9e..6bb07069fe4f 100644
--- a/net-im/tut/Makefile
+++ b/net-im/tut/Makefile
@@ -10,7 +10,7 @@ WWW=		https://tut.anv.nu/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:modules
+USES=		go:1.19,modules
 USE_GITHUB=	yes
 GH_ACCOUNT=	RasmusLindroth
 GH_TUPLE=	RasmusLindroth:go-mastodon:v0.0.17:rasmuslindroth_go_mastodon/vendor/github.com/RasmusLindroth/go-mastodon \