use latest go version

This commit is contained in:
Charlotte 🦝 Delenk 2024-10-06 18:30:42 +02:00
parent dd597dff2f
commit c1add0aa0f

View file

@ -16,6 +16,9 @@ in
repo = "whatsapp";
inherit (source) rev sha256;
};
postPatch = ''
substituteInPlace go.mod --replace 'go1.23.2' 'go${go.version}'
'';
go = go_1_23;
modules = ./gomod2nix.toml;
buildInputs = [