git: af0fd30cf618 - main - security/opkssh: unpin the Go version number

From: Jesús Daniel Colmenares Oviedo <dtxdf_at_FreeBSD.org>
Date: Fri, 05 Dec 2025 23:53:12 UTC
The branch main has been updated by dtxdf:

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

commit af0fd30cf618cd775f906c642a78e9da6834eab8
Author:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2025-12-05 23:49:56 +0000
Commit:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2025-12-05 23:52:36 +0000

    security/opkssh: unpin the Go version number
    
    Reported by:        go (adamw)
---
 security/opkssh/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/security/opkssh/Makefile b/security/opkssh/Makefile
index a27393f5f7ed..225500a886d7 100644
--- a/security/opkssh/Makefile
+++ b/security/opkssh/Makefile
@@ -11,14 +11,11 @@ COMMENT=	Tool which enables SSH to be used with OpenID Connect
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:1.23,modules
+USES=		go:modules
 USE_GITHUB=	yes
 GH_ACCOUNT=	openpubkey
 GO_BUILDFLAGS=	-ldflags "-X main.Version=${DISTVERSIONPREFIX}${DISTVERSION}"
 
-DEPRECATED=	Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
-
 SUB_FILES=	pkg-message
 SUB_LIST=	GROUP=${OPKSSH_GROUP} \
 		USER=${OPKSSH_USER}