nix: ugprade Go from 1.21 to 1.23

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2025-08-25 16:32:24 +02:00
parent a551b1f477
commit 16c6182b83
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4

View File

@ -8,7 +8,7 @@
version ? builtins.readFile ./VERSION,
}:
pkgs.buildGo121Module {
pkgs.buildGo123Module {
name = "go-waku";
src = self;