dev-util/gitlab-cli: fix BDEPEND

gitlab-cli 1.48.0 requires go 1.23.2.

Closes: https://bugs.gentoo.org/942996
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
Closes: https://github.com/gentoo/gentoo/pull/39481
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Alexander Puck Neuwirth
2024-11-26 16:37:46 +01:00
committed by Eli Schwartz
parent a0ac1637ce
commit 8e4dc8d4dd

View File

@@ -15,7 +15,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND=">=dev-lang/go-1.23.0"
BDEPEND=">=dev-lang/go-1.23.2"
# tests communicate with gitlab.com and require a personal access token
RESTRICT="test"