Skip to content

Commit 9b3a974

Browse files
committed
build(pkgs/wasmd): Upgrade Go 1.22 -> 1.23
1 parent 585cdbf commit 9b3a974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/wasmd/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lib,
33
stdenv,
44
fetchFromGitHub,
5-
go_1_22,
5+
go_1_23,
66
autoPatchelfHook,
77
pkgs,
88
gccForLibs,
@@ -19,7 +19,7 @@ let
1919
aarch64-darwin = "libwasmvm.dylib";
2020
};
2121
so_name = libwasmvm_files.${system} or (throw "Unsupported system: ${system}");
22-
buildGoModule = pkgs.buildGoModule.override { go = go_1_22; };
22+
buildGoModule = pkgs.buildGoModule.override { go = go_1_23; };
2323
in
2424
buildGoModule rec {
2525
pname = "wasmd";

0 commit comments

Comments
 (0)