diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-03-24 12:37:16 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-03-24 14:28:53 +0000 |
commit | af73eb9a1c979d3e784f80e937573cef1d758d19 (patch) | |
tree | d108e7ca8af69b4b2050a45068e00bf2ab831493 | |
parent | ecac245f4d5c0eaf1ebfa0bf8dbf8e6aa925eac2 (diff) |
www/writefreely: Pin to GO 1.20
PR: 277776
Approved by: portmgr (blanket)
-rw-r--r-- | www/writefreely/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/writefreely/Makefile b/www/writefreely/Makefile index 540bcf925396..e58db907a43b 100644 --- a/www/writefreely/Makefile +++ b/www/writefreely/Makefile @@ -12,7 +12,7 @@ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_DISTFILES_CC-BY-NC-SA-4.0= writefreely-documentation-v0.13.1_GH0.tar.gz -USES= go:modules +USES= go:1.20,modules USE_GITHUB= nodefault USE_RC_SUBR= writefreely GO_MODULE= github.com/writefreely/writefreely |