gitlab-runner: unpin Go version
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
bee2241ba8
commit
7a72ef21c7
1 changed files with 1 additions and 3 deletions
|
@ -8494,9 +8494,7 @@ with pkgs;
|
|||
|
||||
gitlab-pages = callPackage ../applications/version-management/gitlab/gitlab-pages { };
|
||||
|
||||
gitlab-runner = callPackage ../development/tools/continuous-integration/gitlab-runner {
|
||||
buildGoModule = buildGo120Module;
|
||||
};
|
||||
gitlab-runner = callPackage ../development/tools/continuous-integration/gitlab-runner { };
|
||||
|
||||
gitlab-shell = callPackage ../applications/version-management/gitlab/gitlab-shell { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue