From 16c6182b83c7e239a7070c2eaf6e1e5aaf32ecb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 25 Aug 2025 16:32:24 +0200 Subject: [PATCH] nix: ugprade Go from 1.21 to 1.23 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index ea566f3f..d1635123 100644 --- a/default.nix +++ b/default.nix @@ -8,7 +8,7 @@ version ? builtins.readFile ./VERSION, }: -pkgs.buildGo121Module { +pkgs.buildGo123Module { name = "go-waku"; src = self;