mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
dns/zns: Switch build to go124
Use correct go version as shown in go.mod. PR: 285202
This commit is contained in:
parent
ea0612c89b
commit
fb762a17c1
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= zns
|
PORTNAME= zns
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.3.0
|
DISTVERSION= 0.3.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= dns
|
CATEGORIES= dns
|
||||||
|
|
||||||
MAINTAINER= nxjoseph@protonmail.com
|
MAINTAINER= nxjoseph@protonmail.com
|
||||||
|
@ -11,7 +11,7 @@ WWW= https://github.com/znscli/zns
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= go:modules
|
USES= go:1.24,modules
|
||||||
|
|
||||||
GO_MODULE= github.com/znscli/zns
|
GO_MODULE= github.com/znscli/zns
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue