aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>2025-12-05 23:49:56 +0000
committerJesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>2025-12-05 23:52:36 +0000
commitaf0fd30cf618cd775f906c642a78e9da6834eab8 (patch)
tree9c7c98db2698d8fe8bc5acb57d347f0f6c0348c6
parent930f4cde1aa2bf2840af80b9018ed150cff68203 (diff)
security/opkssh: unpin the Go version number
Reported by: go (adamw)
-rw-r--r--security/opkssh/Makefile5
1 files changed, 1 insertions, 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}