mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -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
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue