aboutsummaryrefslogtreecommitdiff
path: root/dns/doggo
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2022-08-03 20:51:17 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2022-08-03 21:35:13 +0000
commitfcbe735f93fd788ec441228a34c5b7046c039fc9 (patch)
treee521f95d2d4018cabff7366cbdba3f6dbf8ba95a /dns/doggo
parentb42522214dcc52b9a932af5661d38d426a5b8adb (diff)
downloadports-fcbe735f93fd788ec441228a34c5b7046c039fc9.tar.gz
ports-fcbe735f93fd788ec441228a34c5b7046c039fc9.zip
all: Keep ports that need go1.18 on 1.18
Some ports are not (yet) buildable with go1.19, keep them on 1.18 for now.
Diffstat (limited to 'dns/doggo')
-rw-r--r--dns/doggo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/doggo/Makefile b/dns/doggo/Makefile
index 4a1afca2fcb5..6330ef483888 100644
--- a/dns/doggo/Makefile
+++ b/dns/doggo/Makefile
@@ -11,7 +11,7 @@ COMMENT= Modern command-line DNS client (like dig)
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:modules
+USES= go:1.18,modules
GO_MODULE= github.com/mr-karan/doggo
GO_TARGET= ./cmd/${PORTNAME}