Skip to content

Commit 16c6182

Browse files
committed
nix: ugprade Go from 1.21 to 1.23
Signed-off-by: Jakub Sokołowski <jakub@status.im>
1 parent a551b1f commit 16c6182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version ? builtins.readFile ./VERSION,
99
}:
1010

11-
pkgs.buildGo121Module {
11+
pkgs.buildGo123Module {
1212
name = "go-waku";
1313
src = self;
1414

0 commit comments

Comments
 (0)