Unverified Commit 16f4d19f authored by Leon Klingele's avatar Leon Klingele
Browse files

go_latest: 1.25 -> 1.26

parent 534d3dae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7914,8 +7914,8 @@ with pkgs;
  go = go_1_25;
  buildGoModule = buildGo125Module;

  go_latest = go_1_25;
  buildGoLatestModule = buildGo125Module;
  go_latest = go_1_26;
  buildGoLatestModule = buildGo126Module;

  go_1_24 = callPackage ../development/compilers/go/1.24.nix { };
  buildGo124Module = callPackage ../build-support/go/module.nix {