From bc84891c9e810c9912e0204c121a0bd33cabcae2 Mon Sep 17 00:00:00 2001 From: Laurent Chardon Date: Tue, 9 Dec 2025 18:21:05 +0300 Subject: [PATCH] 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}