chore(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 committed by Igor Sirotin
parent e0f3cd4e89
commit 82962bd299
No known key found for this signature in database
GPG Key ID: 0EABBCB40CB9AD4A

View File

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