git: fb762a17c1ef - main - dns/zns: Switch build to go124

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Tue, 18 Mar 2025 00:14:37 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fb762a17c1ef78c39eb16e4729aa6fc3b7e8c7bf

commit fb762a17c1ef78c39eb16e4729aa6fc3b7e8c7bf
Author:     Yusuf Yaman <nxjoseph@protonmail.com>
AuthorDate: 2025-03-18 00:11:00 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-03-18 00:13:42 +0000

    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