use latest go version
This commit is contained in:
parent
dd597dff2f
commit
c1add0aa0f
1 changed files with 3 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue