aboutsummaryrefslogtreecommitdiff
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 01:37:55 +0000
commit7838bd81960f26d7c331864f732fe8950993515b (patch)
tree31d034ee317cd491dc6e13fbb9611216cdc5d489
parent1555c383897a9c3eb193f1284baefa77b8cc3d4f (diff)
downloadports-7838bd81960f26d7c331864f732fe8950993515b.tar.gz
ports-7838bd81960f26d7c331864f732fe8950993515b.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
-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