Date: Mon, 20 Feb 2023 19:02:38 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: fa8e82c65504 - main - net-im/tut: Pin Go version to 1.19 Message-ID: <202302201902.31KJ2cka094437@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=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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302201902.31KJ2cka094437>