chore: update Go version from 1.24 to 1.25 in flake.nix

This commit is contained in:
2025-12-31 11:06:20 -06:00
parent 1a579bc716
commit 9f755aec21

View File

@@ -13,7 +13,7 @@
inherit system;
};
go = pkgs.go_1_24;
go = pkgs.go_1_25;
in
{
devShells.default = pkgs.mkShell {