aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2023-11-11 06:33:13 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-11-12 04:30:36 +0000
commit8a153123e138729ed15840216d6d6fc5b5a62333 (patch)
tree3687b2a3ce25558bd07ce8084319e34616ca0177 /www
parentc60a8a7420f7d8f56ad5f3d083185708aefa0814 (diff)
downloadports-8a153123e138729ed15840216d6d6fc5b5a62333.tar.gz
ports-8a153123e138729ed15840216d6d6fc5b5a62333.zip
www/miniflux: needs Go 1.21
This port requires the Go package log/slog which is only available with Go 1.21 or newer. Bump the Go toolchain version required to 1.21. Approved by: portmgr (build fix blanket) MFH: 2023Q4 (cherry picked from commit 7838bd81960f26d7c331864f732fe8950993515b)
Diffstat (limited to 'www')
-rw-r--r--www/miniflux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/miniflux/Makefile b/www/miniflux/Makefile
index 5499d1537635..b6adc49d3c0b 100644
--- a/www/miniflux/Makefile
+++ b/www/miniflux/Makefile
@@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
-USES= go:modules
+USES= go:modules,1.21
USE_GITHUB= yes
GH_PROJECT= v2