From fb762a17c1ef78c39eb16e4729aa6fc3b7e8c7bf Mon Sep 17 00:00:00 2001 From: Yusuf Yaman Date: Tue, 18 Mar 2025 00:11:00 +0000 Subject: [PATCH] dns/zns: Switch build to go124 Use correct go version as shown in go.mod. PR: 285202 --- dns/zns/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dns/zns/Makefile b/dns/zns/Makefile index e6ece4c25150..1f622fcd9985 100644 --- a/dns/zns/Makefile +++ b/dns/zns/Makefile @@ -1,7 +1,7 @@ PORTNAME= zns DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= nxjoseph@protonmail.com @@ -11,7 +11,7 @@ WWW= https://github.com/znscli/zns LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:1.24,modules GO_MODULE= github.com/znscli/zns