bump go to 1.24

This commit is contained in:
2025-02-19 14:56:48 +00:00
parent 46f17e99f1
commit ced8fbf2ce
3 changed files with 3 additions and 2 deletions

View File

@@ -110,7 +110,7 @@
inherit (super) system;
overlays = [
(_self: super: {
go = super.go_1_23;
go = super.go_1_24;
buildGoModule = super.buildGo123Module;
buildGoPackage = super.buildGo123Package;
})