mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/mackerel-agent: Switch to go 1.24 as spefied in upstream
Sponsored by: Cybertrust Japan
This commit is contained in:
parent
199c50b608
commit
55717d0dea
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= mackerel-agent
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.84.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= meta@FreeBSD.org
|
||||
|
@ -10,7 +11,7 @@ WWW= https://mackerel.io
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:modules
|
||||
USES= go:modules,1.24
|
||||
USE_RC_SUBR= mackerel_agent
|
||||
GO_MODULE= github.com/mackerelio/mackerel-agent
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue