git: e09e36a4b8c8 - main - Do not pin go version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Dec 2025 19:42:23 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e09e36a4b8c8949678704327aafe15beb6185428
commit e09e36a4b8c8949678704327aafe15beb6185428
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-12-06 18:51:10 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-12-06 18:51:10 +0000
Do not pin go version
as suggested by Adam.
---
devel/gitaly/Makefile | 2 +-
devel/gitlab-runner/Makefile | 2 +-
devel/gitlab-shell/Makefile | 2 +-
devel/glab/Makefile | 2 +-
net/gitlab-agent/Makefile | 2 +-
net/gotify-cli/Makefile | 2 +-
net/gotify-server/Makefile | 2 +-
security/gitlab-analyzers-secrets/Makefile | 2 +-
security/trivy/Makefile | 2 +-
textproc/gitlab-elasticsearch-indexer/Makefile | 2 +-
www/gitlab-pages/Makefile | 2 +-
www/gitlab-workhorse/Makefile | 2 +-
12 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile
index b197692bc4f7..fb06d8541f60 100644
--- a/devel/gitaly/Makefile
+++ b/devel/gitaly/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libiconv.so:converters/libiconv \
libpcre2-8.so:devel/pcre2
-USES= cpe gmake go:modules,no_targets,1.24 iconv pkgconfig
+USES= cpe gmake go:modules,no_targets iconv pkgconfig
CPE_VENDOR= gitlab
diff --git a/devel/gitlab-runner/Makefile b/devel/gitlab-runner/Makefile
index d1913e10398c..55152015c1ba 100644
--- a/devel/gitlab-runner/Makefile
+++ b/devel/gitlab-runner/Makefile
@@ -26,7 +26,7 @@ RUN_DEPENDS= bash:shells/bash \
git:devel/git \
gitlab-analyzers-secrets>=0:security/gitlab-analyzers-secrets
-USES= go:modules,1.24
+USES= go:modules
USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
USE_RC_SUBR= gitlab_runner
diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile
index 41a43434e6ca..8fe3794bd84b 100644
--- a/devel/gitlab-shell/Makefile
+++ b/devel/gitlab-shell/Makefile
@@ -14,7 +14,7 @@ LICENSE= MIT
# https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/720
#BUILD_DEPENDS= heimdal>=0:security/heimdal
-USES= gmake go:modules,no_targets,1.24 pkgconfig
+USES= gmake go:modules,no_targets pkgconfig
USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
diff --git a/devel/glab/Makefile b/devel/glab/Makefile
index 45f36ac7631d..be8295abf348 100644
--- a/devel/glab/Makefile
+++ b/devel/glab/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= git:devel/git
RUN_DEPENDS= git:devel/git
-USES= go:1.25,modules
+USES= go:modules
_BUILD_VERSION= ${DISTVERSION}
_BUILD_PLATFORM= ${OPSYS:tl}
diff --git a/net/gitlab-agent/Makefile b/net/gitlab-agent/Makefile
index 9013daf97fef..fd163ae13835 100644
--- a/net/gitlab-agent/Makefile
+++ b/net/gitlab-agent/Makefile
@@ -14,7 +14,7 @@ LICENSE= MIT
BUILD_DEPENDS= git>=0:devel/git \
golangci-lint>=0:devel/golangci-lint
-USES= go:modules,1.24
+USES= go:modules
GO_MODULE= gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v18
_BUILD_DATE= $$(date -u "+%Y-%m-%d-%H%M UTC")
diff --git a/net/gotify-cli/Makefile b/net/gotify-cli/Makefile
index dd13168f21fb..24afb8a6eea3 100644
--- a/net/gotify-cli/Makefile
+++ b/net/gotify-cli/Makefile
@@ -12,7 +12,7 @@ WWW= https://github.com/gotify/cli
LICENSE= MIT
-USES= go:modules,1.22
+USES= go:modules
GO_MODULE= github.com/gotify/cli/v2
_BUILD_DATE= $$(date -u "+%Y-%m-%d-%H%M UTC")
diff --git a/net/gotify-server/Makefile b/net/gotify-server/Makefile
index 747890998aee..58c88a21ea2d 100644
--- a/net/gotify-server/Makefile
+++ b/net/gotify-server/Makefile
@@ -17,7 +17,7 @@ BROKEN_i386= Build does not succeed (timeout in poudriere)
BUILD_DEPENDS= yarn${NODEJS_SUFFIX}>=1.10.0:www/yarn${NODEJS_SUFFIX} \
-USES= go:modules,1.25 nodejs:build
+USES= go:modules nodejs:build
USE_RC_SUBR= gotify_server
GO_MODULE= github.com/gotify/server/v2
diff --git a/security/gitlab-analyzers-secrets/Makefile b/security/gitlab-analyzers-secrets/Makefile
index 65eaf25ea8f8..3791d351b1f3 100644
--- a/security/gitlab-analyzers-secrets/Makefile
+++ b/security/gitlab-analyzers-secrets/Makefile
@@ -21,7 +21,7 @@ EXTRACT_DEPENDS= ${UNZIP_CMD}:archivers/unzip
RUN_DEPENDS= gitleaks:devel/gitleaks \
git>=0:devel/git
-USES= go:modules,1.24 tar:bzip2
+USES= go:modules tar:bzip2
USE_GITLAB= yes
GL_ACCOUNT= gitlab-org/security-products/analyzers
diff --git a/security/trivy/Makefile b/security/trivy/Makefile
index 62547a137464..0f4232db8fbb 100644
--- a/security/trivy/Makefile
+++ b/security/trivy/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= not supported, see https://github.com/aquasecurity/trivy/pull/9102
-USES= go:modules,1.25
+USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= aquasecurity
diff --git a/textproc/gitlab-elasticsearch-indexer/Makefile b/textproc/gitlab-elasticsearch-indexer/Makefile
index 782ae36d76de..82f6cf1b305a 100644
--- a/textproc/gitlab-elasticsearch-indexer/Makefile
+++ b/textproc/gitlab-elasticsearch-indexer/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= libicui18n.so:devel/icu \
libparser_c_bindings.so:textproc/gitlab-code-parser
#RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool
-USES= gmake go:modules,no_targets,1.23 pkgconfig
+USES= gmake go:modules,no_targets pkgconfig
USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
diff --git a/www/gitlab-pages/Makefile b/www/gitlab-pages/Makefile
index 52de50f3e3f1..0c2483b01bdf 100644
--- a/www/gitlab-pages/Makefile
+++ b/www/gitlab-pages/Makefile
@@ -13,7 +13,7 @@ WWW= https://gitlab.com/gitlab-org/gitlab-pages
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:modules,1.23
+USES= go:modules
USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile
index 1af8d810ab4f..9daa19ec5a7c 100644
--- a/www/gitlab-workhorse/Makefile
+++ b/www/gitlab-workhorse/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE
BUILD_DEPENDS= git>=2.42.0:devel/git
RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool
-USES= gmake go:modules,no_targets,1.23
+USES= gmake go:modules,no_targets
USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
GL_PROJECT= gitlab-foss