gitlab-container-registry: fix by pinning back to go 1.24 (#441683)

This commit is contained in:
Vladimír Čunát
2025-09-10 08:58:08 +02:00
@@ -1,10 +1,10 @@
{
lib,
buildGoModule,
buildGo124Module,
fetchFromGitLab,
}:
buildGoModule rec {
buildGo124Module rec {
pname = "gitlab-container-registry";
version = "4.27.0";
rev = "v${version}-gitlab-ahmed-master-test";