Commit 7a72ef21 authored by Paul Meyer's avatar Paul Meyer
Browse files

gitlab-runner: unpin Go version

parent bee2241b
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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 { };