go_latest: 1.26 -> 1.27

(cherry picked from commit a3117e4331)
This commit is contained in:
Leon Klingele
2026-08-19 18:59:11 +02:00
committed by github-actions[bot]
parent e81a26137d
commit e10ea552ae

View File

@@ -7311,8 +7311,8 @@ with pkgs;
go = go_1_26;
buildGoModule = buildGo126Module;
go_latest = go_1_26;
buildGoLatestModule = buildGo126Module;
go_latest = go_1_27;
buildGoLatestModule = buildGo127Module;
go_1_25 = callPackage ../development/compilers/go/1.25.nix { };
buildGo125Module = callPackage ../build-support/go/module.nix {