go, buildGoModule: default to 1.24

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2025-02-12 14:06:48 +01:00
parent 52381ec09d
commit eac18d2059
+2 -2
View File
@@ -10935,8 +10935,8 @@ with pkgs;
### DEVELOPMENT / GO
# the unversioned attributes should always point to the same go version
go = go_1_23;
buildGoModule = buildGo123Module;
go = go_1_24;
buildGoModule = buildGo124Module;
go_1_22 = callPackage ../development/compilers/go/1.22.nix { };
buildGo122Module = callPackage ../build-support/go/module.nix {