git: bc84891c9e81 - main - sysutils/nerdctl: Remove pin on go version

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Tue, 09 Dec 2025 15:21:55 UTC
The branch main has been updated by vvd:

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

commit bc84891c9e810c9912e0204c121a0bd33cabcae2
Author:     Laurent Chardon <laurent.chardon@gmail.com>
AuthorDate: 2025-12-09 15:21:05 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-12-09 15:21:05 +0000

    sysutils/nerdctl: Remove pin on go version
    
    Remove pin on go version as requested by
    https://lists.freebsd.org/archives/freebsd-ports/2025-December/008787.html
    
    PR:     291513
---
 sysutils/nerdctl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/nerdctl/Makefile b/sysutils/nerdctl/Makefile
index d0bd13dafd94..84f91170bb9b 100644
--- a/sysutils/nerdctl/Makefile
+++ b/sysutils/nerdctl/Makefile
@@ -11,7 +11,7 @@ WWW=		https://github.com/containerd/nerdctl
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:1.24,modules
+USES=		go:modules
 
 GO_MODULE=	github.com/containerd/nerdctl/v2
 GO_TARGET=	./cmd/${PORTNAME}