gitlab-runner: unpin Go version

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2024-03-10 18:46:24 +01:00
parent bee2241ba8
commit 7a72ef21c7

View file

@ -8494,9 +8494,7 @@ with pkgs;
gitlab-pages = callPackage ../applications/version-management/gitlab/gitlab-pages { }; gitlab-pages = callPackage ../applications/version-management/gitlab/gitlab-pages { };
gitlab-runner = callPackage ../development/tools/continuous-integration/gitlab-runner { gitlab-runner = callPackage ../development/tools/continuous-integration/gitlab-runner { };
buildGoModule = buildGo120Module;
};
gitlab-shell = callPackage ../applications/version-management/gitlab/gitlab-shell { }; gitlab-shell = callPackage ../applications/version-management/gitlab/gitlab-shell { };