Unverified Commit 049b4830 authored by Yaya's avatar Yaya
Browse files

gitlab-runner: pin to Go 1.20

parent 40f43be9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -8578,7 +8578,9 @@ with pkgs;
  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 { };